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: