Skip to content

Commit

Permalink
ci: use alls-green
Browse files Browse the repository at this point in the history
Signed-off-by: black-desk <me@black-desk.cn>
  • Loading branch information
black-desk committed Aug 22, 2024
1 parent fa10aa5 commit dcef24b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,13 @@ jobs:
cmake --workflow --preset ci
pass:
name: Pass
needs: [checks, build-and-test]
if: always()
needs:
- checks
- build-and-test
runs-on: ubuntu-latest
steps:
- name: Placeholder
run: true
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit dcef24b

Please sign in to comment.