There was an error while loading. Please reload this page.
check
1 parent c062f2c commit 158bc5bCopy full SHA for 158bc5b
1 file changed
.github/workflows/ci.yaml
@@ -275,3 +275,17 @@ jobs:
275
with:
276
path: dist
277
if-no-files-found: error
278
+
279
+ check:
280
+ if: always()
281
+ needs:
282
+ - sdist
283
+ - linux
284
+ - macos
285
+ - windows
286
+ runs-on: ubuntu-latest
287
+ steps:
288
+ - name: Verify all previous jobs succeeded (provides a single check to sample for gating purposes)
289
+ uses: re-actors/alls-green@release/v1
290
+ with:
291
+ jobs: ${{ toJSON(needs) }}
0 commit comments