Skip to content

Commit

Permalink
Fix #533
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Jablon authored Jan 14, 2022
1 parent 96577d1 commit d28b3c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/coverage-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
test:
name: Run tests & display coverage
runs-on: ubuntu-latest
if: >
${{ github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success' }}
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
steps:
# DO NOT run actions/checkout@v2 here, for securitity reasons
# For details, refer to https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
Expand Down

0 comments on commit d28b3c7

Please sign in to comment.