aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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