ci: report failure in scheduled Terraform provider tests on cancel (#3460)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2024-10-28 10:46:24 +01:00 committed by GitHub
parent 46fcbb5ee8
commit 132218ac1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -479,7 +479,7 @@ jobs:
- name: Notify about failure
if: |
failure() &&
(failure() || cancelled()) &&
github.ref == 'refs/heads/main' &&
github.event_name == 'schedule'
continue-on-error: true