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.
2 parents 4d90b3a + e11ca59 commit d33dbf3Copy full SHA for d33dbf3
.github/workflows/libcxx-build-and-test.yaml
@@ -124,7 +124,7 @@ jobs:
124
**/crash_diagnostics/*
125
stage3:
126
if: github.repository_owner == 'llvm'
127
- needs: [ stage1, stage2 ]
+ needs: [ stage2 ]
128
continue-on-error: false
129
strategy:
130
fail-fast: false
@@ -188,7 +188,7 @@ jobs:
188
189
190
macos:
191
- needs: [ stage1 ]
+ needs: [ stage3 ]
192
193
194
matrix:
@@ -232,7 +232,7 @@ jobs:
232
233
windows:
234
runs-on: windows-2022
235
236
237
238
0 commit comments