mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 04:10:24 +00:00
Make sure we can cancel ct-examples in CI
This commit is contained in:
parent
1c464083fa
commit
81f3a21474
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
name: Check examples
|
||||
needs: check
|
||||
runs-on: 'ubuntu-latest'
|
||||
if: ${{ always() }}
|
||||
if: ${{ !cancelled() }}
|
||||
steps:
|
||||
|
||||
- name: Checkout repository
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue