Skip to content

Commit

Permalink
remove exit
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckwondo committed Sep 27, 2024
1 parent a3b963d commit 7ab28f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/integration-test-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 7ab28f4

Please sign in to comment.