We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3137f commit b2ba8daCopy full SHA for b2ba8da
1 file changed
.github/workflows/default.yml
@@ -145,6 +145,7 @@ jobs:
145
checks-done:
146
name: All Checks Complete
147
needs: [lint, quality, security, audit-fix, ci, performance]
148
+ if: ${{ !cancelled() }}
149
runs-on: ubuntu-24.04
150
permissions:
151
contents: read
0 commit comments