Skip to content

Commit 6fca807

Browse files
committed
ci: add a pass job
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 5daaf2a commit 6fca807

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,14 @@ jobs:
182182
- name: Run pytest
183183
run: |
184184
pytest -vv --dist-dir=./pyodide-dist/ --runner=selenium --runtime=chrome tests-wasm
185+
186+
pass:
187+
if: always()
188+
needs: [build, vanilla-build, numpy1-build, pyodide-build]
189+
runs-on: ubuntu-latest
190+
timeout-minutes: 2
191+
steps:
192+
- name: Decide whether the needed jobs succeeded or failed
193+
uses: re-actors/alls-green@release/v1
194+
with:
195+
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)