From 4087bd93a91137f6a14c9561b5dc565be5cdd640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Thu, 16 May 2024 17:35:14 +0200 Subject: [PATCH] Axe trunk from check We run that anyway as a separate job No need to run it in the matrix. --- .github/workflows/main_matrix.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 7affd8fc1..d329e693a 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -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 }}