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:
parent
0a06b0c1d8
commit
f8bbeca2c9
6
.github/workflows/check-commits.yml
vendored
6
.github/workflows/check-commits.yml
vendored
@ -28,8 +28,10 @@ jobs:
|
|||||||
./dist/tools/${{ matrix.check }}/check.sh "${{ github.base_ref }}"
|
./dist/tools/${{ matrix.check }}/check.sh "${{ github.base_ref }}"
|
||||||
check-commits-success:
|
check-commits-success:
|
||||||
needs: check-commits
|
needs: check-commits
|
||||||
if: github.event_name != 'merge_group'
|
if: always() && github.event_name != 'merge_group'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: check-commits succeeded
|
- name: check-commits succeeded
|
||||||
run: exit 0
|
uses: re-actors/alls-green@release/v1
|
||||||
|
with:
|
||||||
|
jobs: ${{ toJSON(needs) }}
|
||||||
|
Loading…
Reference in New Issue
Block a user