mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20: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
|
name: Check examples
|
||||||
needs: check
|
needs: check
|
||||||
runs-on: 'ubuntu-latest'
|
runs-on: 'ubuntu-latest'
|
||||||
if: ${{ always() }}
|
if: ${{ !cancelled() }}
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue