Skip to content

Commit b2ba8da

Browse files
authored
fix: not running checks complete so far (#174)
* fix: not running checks complete so far * Apply suggestion from @mfranzke
1 parent 6f3137f commit b2ba8da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ jobs:
145145
checks-done:
146146
name: All Checks Complete
147147
needs: [lint, quality, security, audit-fix, ci, performance]
148+
if: ${{ !cancelled() }}
148149
runs-on: ubuntu-24.04
149150
permissions:
150151
contents: read

0 commit comments

Comments
 (0)