From e3da19a2ca369e2715c7860213a90927a3711412 Mon Sep 17 00:00:00 2001 From: Chuck Daniels Date: Fri, 27 Sep 2024 16:53:16 -0400 Subject: [PATCH] remove exit --- .github/workflows/integration-test-review.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integration-test-review.yml b/.github/workflows/integration-test-review.yml index 66a25e05..f516e3db 100644 --- a/.github/workflows/integration-test-review.yml +++ b/.github/workflows/integration-test-review.yml @@ -36,7 +36,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@v7 with: script: |