ci: fix notify trigger in e2e upgrade workflow (#2221)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2023-08-14 11:45:04 +02:00 committed by GitHub
parent 1af13878a0
commit ef4d789dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -297,8 +297,7 @@ jobs:
if: |
failure() &&
github.ref == 'refs/heads/main' &&
github.event_name == 'workflow_call' &&
${{ inputs.scheduled || 'false' }} == 'true'
inputs.scheduled
continue-on-error: true
uses: ./.github/actions/notify_failure
with: