Skip to content

Commit

Permalink
ci: Prevent e2e failure on commented type review (no-changelog) (#6452
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ivov authored Jun 16, 2023
1 parent 529f0e4 commit 6a7d1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
run: exit 0

- name: Fail job if run-e2e-tests failed
if: ${{ github.event.review.state != 'approved' || needs.run-e2e-tests.result == 'failure' }}
if: ${{ (github.event.review.state != 'approved' && github.event.review.state != 'commented') || needs.run-e2e-tests.result == 'failure' }}
run: exit 1

0 comments on commit 6a7d1ae

Please sign in to comment.