mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-17 13:24:21 -05:00
ci: correctly default to false for upgrade e2e notifications (#2208)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
c58770b8f8
commit
066fff951f
2
.github/workflows/e2e-upgrade.yml
vendored
2
.github/workflows/e2e-upgrade.yml
vendored
@ -298,7 +298,7 @@ jobs:
|
|||||||
failure() &&
|
failure() &&
|
||||||
github.ref == 'refs/heads/main' &&
|
github.ref == 'refs/heads/main' &&
|
||||||
github.event_name == 'workflow_call' &&
|
github.event_name == 'workflow_call' &&
|
||||||
${{ inputs.scheduled || 'true' }} == 'true'
|
${{ inputs.scheduled || 'false' }} == 'true'
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: ./.github/actions/notify_failure
|
uses: ./.github/actions/notify_failure
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user