mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-27 22:20:53 +00:00
ci: Debug e2e pipeline (no-changelog) (#6240)
* chore: Debug e2e pipeline * Always fail e2e is PR status is not approved
This commit is contained in:
2
.github/workflows/e2e-tests-pr.yml
vendored
2
.github/workflows/e2e-tests-pr.yml
vendored
@@ -48,5 +48,5 @@ jobs:
|
||||
run: exit 0
|
||||
|
||||
- name: Fail job if run-e2e-tests failed
|
||||
if: needs.run-e2e-tests.result == 'failure'
|
||||
if: ${{ github.event.review.state != 'approved' || needs.run-e2e-tests.result == 'failure' }}
|
||||
run: exit 1
|
||||
|
||||
Reference in New Issue
Block a user