diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7d5231fc..f7af6d74 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