Unverified Commit 636e4eee authored by Thomas Grainger's avatar Thomas Grainger Committed by GitHub
Browse files

[ci] add an allgood job for easy [required] builds (#3351)

* add an allgood job for easy [required] builds

see https://github.community/t/is-it-possible-to-require-all-github-actions-tasks-to-pass-without-enumerating-them/117957/4?u=graingert



* Update .github/workflows/main.yml

* Update .github/workflows/main.yml
Co-authored-by: default avatarThomas Grainger <tagrain@gmail.com>
Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
parent aa18f844
......@@ -160,3 +160,10 @@ jobs:
$env:TASK = "${{ matrix.task }}"
conda init powershell
& "$env:GITHUB_WORKSPACE/.ci/test_windows.ps1"
all-successful:
# https://github.community/t/is-it-possible-to-require-all-github-actions-tasks-to-pass-without-enumerating-them/117957/4?u=graingert
runs-on: ubuntu-latest
needs: [test]
steps:
- name: note that all tests succeeded
run: echo "🎉"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment