Skip to content

Commit e90b597

Browse files
authored
chore: removed timeout from checks-done job
Removed timeout setting for 'checks-done' job. There's no need for this timeout.
1 parent 0b1f810 commit e90b597

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/default.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ jobs:
146146
name: All Checks Complete
147147
needs: [lint, quality, security, audit-fix, ci, performance]
148148
runs-on: ubuntu-24.04
149-
timeout-minutes: 1
150149
permissions:
151150
contents: read
152151
steps:

0 commit comments

Comments
 (0)