mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04: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() &&
|
||||
github.ref == 'refs/heads/main' &&
|
||||
github.event_name == 'workflow_call' &&
|
||||
${{ inputs.scheduled || 'true' }} == 'true'
|
||||
${{ inputs.scheduled || 'false' }} == 'true'
|
||||
continue-on-error: true
|
||||
uses: ./.github/actions/notify_failure
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user