0
Fork 0
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:
Loïc Hoguin 2024-01-29 11:38:35 +01:00
parent 1c464083fa
commit 81f3a21474
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -42,7 +42,7 @@ jobs:
name: Check examples
needs: check
runs-on: 'ubuntu-latest'
if: ${{ always() }}
if: ${{ !cancelled() }}
steps:
- name: Checkout repository