mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: fix e2e miniconstellation abort condition (#1728)
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
56635c3993
commit
b76583e4a0
2
.github/workflows/e2e-mini.yml
vendored
2
.github/workflows/e2e-mini.yml
vendored
@ -24,7 +24,7 @@ on:
|
||||
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…
Reference in New Issue
Block a user