Axe trunk from check

We run that anyway as a separate job No need to run it in the matrix.
This commit is contained in:
Thomas Göttgens 2024-05-16 17:35:14 +02:00 committed by GitHub
parent c04c589ae7
commit 4087bd93a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,11 +55,6 @@ jobs:
- name: Build base
id: base
uses: ./.github/actions/setup-base
- name: Trunk Check
if: ${{ github.event_name != 'workflow_dispatch' }}
uses: trunk-io/trunk-action@v1
- name: Check ${{ matrix.board }}
run: bin/check-all.sh ${{ matrix.board }}