1
0
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:
Alexandre Abadie 2023-01-05 11:12:17 +01:00
parent 15144fc10b
commit dcc5ca7e83
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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