mirror of
https://github.com/n8n-io/n8n.git
synced 2026-09-21 12:51:16 +08:00
ci: Prevent e2e failure on commented type review (no-changelog) (#6452)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user