From 6b4907e8414be03c5b14e8ac663ea88bfd3ef419 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 14 Feb 2022 11:27:33 -0600 Subject: [PATCH] Added after-checks --- .github/workflows/main_matrix.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 2f076221b..6703eeb78 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -22,7 +22,6 @@ jobs: check: strategy: fail-fast: false - max-parallel: 2 matrix: include: - board: rak11200 @@ -270,6 +269,16 @@ jobs: release/device-*.sh release/device-*.bat retention-days: 90 + + after-checks: + runs-on: ubuntu-latest + needs: [check] + steps: + - name: Checkout code + uses: actions/checkout@v2 + with: + ref: ${{github.event.pull_request.head.ref}} + repository: ${{github.event.pull_request.head.repo.full_name}} gather-artifacts: runs-on: ubuntu-latest