Skip to content

Commit

Permalink
REMOVEME: test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Nov 8, 2023
1 parent c5a43c6 commit 40d2f4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
run: |
./dist/tools/${{ matrix.check }}/check.sh "${{ github.base_ref }}"
check-commits-success:
needs: check-commits
if: github.event_name != 'merge_group'
# needs: check-commits
runs-on: ubuntu-latest
steps:
- name: check-commits succeeded
run: exit 0
if: github.event_name == 'merge_group'
run: exit 1

0 comments on commit 40d2f4a

Please sign in to comment.