From 81f3a21474155f68fbf494b7026b9678027d303e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 29 Jan 2024 11:38:35 +0100 Subject: Make sure we can cancel ct-examples in CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7d5231f..f7af6d7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,7 @@ jobs: name: Check examples needs: check runs-on: 'ubuntu-latest' - if: ${{ always() }} + if: ${{ !cancelled() }} steps: - name: Checkout repository -- cgit v1.2.3