mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
.github/tools-buildtest: add job to aggregate all jobs results in one
This commit is contained in:
parent
15144fc10b
commit
dcc5ca7e83
7
.github/workflows/tools-buildtest.yml
vendored
7
.github/workflows/tools-buildtest.yml
vendored
@ -58,3 +58,10 @@ jobs:
|
||||
uses: aabadie/riot-action@main
|
||||
with:
|
||||
cmd: make -C ${{ matrix.tools.path }}/${{ matrix.tools.name }}
|
||||
tools-build-success:
|
||||
# this is only run if all jobs in tools-build succeeded
|
||||
needs: tools-build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: tools-build succeeded
|
||||
run: exit 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user