ci: correctly default to false for upgrade e2e notifications (#2208)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2023-08-11 09:05:44 +02:00 committed by GitHub
parent c58770b8f8
commit 066fff951f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: