Skip to content

Commit

Permalink
ci: ensure "tools-build succeeded" always runs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Jan 23, 2024
1 parent f8bbeca commit 5a16b63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tools-buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ jobs:
with:
cmd: make -C ${{ matrix.tools.path }}/${{ matrix.tools.name }}
tools-build-success:
# this is only run if all jobs in tools-build succeeded
if: always()
needs: tools-build
runs-on: ubuntu-latest
steps:
- name: tools-build succeeded
run: exit 0
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit 5a16b63

Please sign in to comment.