mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-07-31 17:17:23 +02: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:
@@ -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