diff --git a/.github/workflows/integration-test-review.yml b/.github/workflows/integration-test-review.yml index 6a6b4384..2e5af130 100644 --- a/.github/workflows/integration-test-review.yml +++ b/.github/workflows/integration-test-review.yml @@ -33,7 +33,6 @@ jobs: # echo "User **${{ github.triggering_actor }}** does not have permission to run integration tests." >> $GITHUB_STEP_SUMMARY # echo "A maintainer must perform a security review and re-run this build, if the code is safe." >> $GITHUB_STEP_SUMMARY # echo "See [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/resources/github-actions-preventing-pwn-requests)." >> $GITHUB_STEP_SUMMARY - # exit 1 uses: actions/github-script@v6 with: script: |