1
0
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:
Kaspar Schleiser 2024-01-23 13:57:00 +01:00
parent f8bbeca2c9
commit 5a16b63f86

View File

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