aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2024-01-29 11:38:35 +0100
committerLoïc Hoguin <[email protected]>2024-01-29 11:38:35 +0100
commit81f3a21474155f68fbf494b7026b9678027d303e (patch)
treed0c188f342703b10e9c73d74694acc4a237f366a
parent1c464083fa7232ac61984d0ce109ed50c85c4ecf (diff)
downloadcowboy-81f3a21474155f68fbf494b7026b9678027d303e.tar.gz
cowboy-81f3a21474155f68fbf494b7026b9678027d303e.tar.bz2
cowboy-81f3a21474155f68fbf494b7026b9678027d303e.zip
Make sure we can cancel ct-examples in CI2.11.0
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
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