From 27ad3da0ac0157907259ca3ab70f81b6a17bd463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sun, 9 Jun 2024 12:37:23 +0200 Subject: [PATCH] reinstate after checks and hope the coffee kicks in --- .github/workflows/main_matrix.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index ed7f02b3b..702a7875e 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -112,6 +112,16 @@ jobs: package-native: uses: ./.github/workflows/package_amd64.yml + after-checks: + runs-on: ubuntu-latest + needs: [check] + steps: + - name: Checkout code + uses: actions/checkout@v4 + with: + ref: ${{github.event.pull_request.head.ref}} + repository: ${{github.event.pull_request.head.repo.full_name}} + gather-artifacts: permissions: contents: write @@ -126,7 +136,7 @@ jobs: build-rpi2040, package-raspbian, package-raspbian-armv7l, - package-native, + package-native ] steps: - name: Checkout code