From d542267e4a030832ea633b020467c129bd42e148 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 25 Feb 2022 17:06:44 -0600 Subject: [PATCH] Add after-checks for PR checks --- .github/workflows/main_matrix.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index b03d939cc..54215f2ea 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -76,6 +76,16 @@ jobs: - name: Check ${{ matrix.board }} run: bin/check-all.sh ${{ matrix.board }} + + 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}} build-esp32: strategy: