mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ci: ensure "tools-build succeeded" always runs
This commit is contained in:
parent
f8bbeca2c9
commit
5a16b63f86
6
.github/workflows/tools-buildtest.yml
vendored
6
.github/workflows/tools-buildtest.yml
vendored
@ -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) }}
|
||||
|
Loading…
Reference in New Issue
Block a user