mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-22 15:00:38 -04:00
ci: fix e2e release abort condition (#1726)
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
4a8617ea18
commit
6b34f6875e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-test-release.yml
vendored
2
.github/workflows/e2e-test-release.yml
vendored
|
@ -26,7 +26,7 @@ env:
|
|||
jobs:
|
||||
on-failure-quit:
|
||||
runs-on: ubuntu-22.04
|
||||
if: github.event.workflow_run.conclusion != 'success'
|
||||
if: github.event_name == 'workflow_run' && github.event.workflow_run.conclusion != 'success'
|
||||
steps:
|
||||
- run: |
|
||||
echo 'Release workflow failed, exiting..'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue