diff options
author | Loïc Hoguin <[email protected]> | 2024-01-29 11:38:35 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2024-01-29 11:38:35 +0100 |
commit | 81f3a21474155f68fbf494b7026b9678027d303e (patch) | |
tree | d0c188f342703b10e9c73d74694acc4a237f366a /.github | |
parent | 1c464083fa7232ac61984d0ce109ed50c85c4ecf (diff) | |
download | cowboy-81f3a21474155f68fbf494b7026b9678027d303e.tar.gz cowboy-81f3a21474155f68fbf494b7026b9678027d303e.tar.bz2 cowboy-81f3a21474155f68fbf494b7026b9678027d303e.zip |
Make sure we can cancel ct-examples in CI2.11.0
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
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 |