Skip to content

Commit 4822b6a

Browse files
committed
do not merge: disable needs
1 parent ee90db4 commit 4822b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174

175175
test_tier2:
176176
name: Test tier2
177-
needs: [test_tier1, style_check]
177+
# needs: [test_tier1, style_check]
178178
runs-on: ubuntu-24.04
179179
strategy:
180180
fail-fast: true
@@ -279,7 +279,7 @@ jobs:
279279

280280
test_tier2_vm:
281281
name: Test tier2 VM
282-
needs: [test_tier1, style_check]
282+
# needs: [test_tier1, style_check]
283283
runs-on: ubuntu-latest
284284
strategy:
285285
fail-fast: true

0 commit comments

Comments
 (0)