1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

ci: ensure "check-commits succeeded" actually ran

This commit is contained in:
Kaspar Schleiser 2024-01-23 13:49:31 +01:00
parent 0a06b0c1d8
commit f8bbeca2c9

View File

@ -28,8 +28,10 @@ jobs:
./dist/tools/${{ matrix.check }}/check.sh "${{ github.base_ref }}"
check-commits-success:
needs: check-commits
if: github.event_name != 'merge_group'
if: always() && github.event_name != 'merge_group'
runs-on: ubuntu-latest
steps:
- name: check-commits succeeded
run: exit 0
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}