From 8225e664839cdb08f7efe488ef92c55df8072740 Mon Sep 17 00:00:00 2001 From: Markus Pettersson Date: Tue, 17 Oct 2023 11:47:58 +0200 Subject: [PATCH] Allow Windows e2e-test job to be cancelled --- .github/workflows/desktop-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 5130fee8608a..9b720d00ba50 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -28,7 +28,7 @@ jobs: name: Windows end-to-end desktop tests runs-on: [self-hosted, desktop-test, Linux] # app-test-linux needs: e2e-test-linux - if: ${{ always() }} # https://docs.github.com/en/actions/using-jobs/using-jobs-in-a-workflow#example-not-requiring-successful-dependent-jobs + if: ${{ !cancelled() }} # https://docs.github.com/en/actions/learn-github-actions/expressions#always timeout-minutes: 240 strategy: fail-fast: false