We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
needs
1 parent ee90db4 commit 4822b6aCopy full SHA for 4822b6a
1 file changed
.github/workflows/ci.yaml
@@ -174,7 +174,7 @@ jobs:
174
175
test_tier2:
176
name: Test tier2
177
- needs: [test_tier1, style_check]
+ # needs: [test_tier1, style_check]
178
runs-on: ubuntu-24.04
179
strategy:
180
fail-fast: true
@@ -279,7 +279,7 @@ jobs:
279
280
test_tier2_vm:
281
name: Test tier2 VM
282
283
runs-on: ubuntu-latest
284
285
0 commit comments