We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76190e commit 87305f8Copy full SHA for 87305f8
1 file changed
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
55
runs-on: ubuntu-24.04
56
timeout-minutes: 25
57
- needs: [security]
+ needs: [lint, security]
58
59
steps:
60
- uses: actions/checkout@v4
@@ -336,6 +336,7 @@ jobs:
336
attestations: write
337
338
timeout-minutes: 90
339
340
continue-on-error: true
341
342
strategy:
0 commit comments