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 820b358 commit 85ee351Copy full SHA for 85ee351
.github/workflows/libcxx-build-and-test.yaml
@@ -43,6 +43,7 @@ env:
43
44
jobs:
45
stage1:
46
+ if: github.repository_owner == 'llvm'
47
runs-on:
48
group: libcxx-runners-8
49
continue-on-error: false
@@ -81,6 +82,7 @@ jobs:
81
82
**/CMakeOutput.log
83
**/crash_diagnostics/*
84
stage2:
85
86
87
88
needs: [ stage1 ]
@@ -130,6 +132,7 @@ jobs:
130
132
131
133
134
stage3:
135
136
needs: [ stage1, stage2 ]
137
138
strategy:
0 commit comments