From 132218ac1e67a584e6eee2741dd71da7e6225c03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= <66256922+daniel-weisse@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:46:24 +0100 Subject: [PATCH] ci: report failure in scheduled Terraform provider tests on cancel (#3460) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weiße --- .github/workflows/e2e-test-provider-example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-test-provider-example.yml b/.github/workflows/e2e-test-provider-example.yml index fffc7f8166..db409633fe 100644 --- a/.github/workflows/e2e-test-provider-example.yml +++ b/.github/workflows/e2e-test-provider-example.yml @@ -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