Skip to content

Commit 55850d7

Browse files
committed
do not merge: disable needs
1 parent ee90db4 commit 55850d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ 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:
180-
fail-fast: true
180+
fail-fast: false
181181
max-parallel: 12
182182
matrix:
183183
target:
@@ -279,10 +279,10 @@ 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:
285-
fail-fast: true
285+
fail-fast: false
286286
matrix:
287287
target:
288288
- x86_64-pc-solaris

0 commit comments

Comments
 (0)