From 55d91b8b28e5e9c9fffc3785dfcc000df27dc5cc Mon Sep 17 00:00:00 2001 From: Jan Prochazka <90197375+P-R-O-C-H-Y@users.noreply.github.com> Date: Fri, 1 Sep 2023 14:33:03 +0200 Subject: [PATCH] Update allboards.yml --- .github/workflows/allboards.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/allboards.yml b/.github/workflows/allboards.yml index ddd631b1bf8..49370120339 100644 --- a/.github/workflows/allboards.yml +++ b/.github/workflows/allboards.yml @@ -32,7 +32,11 @@ jobs: test-chunks: ${{ steps['set-test-chunks'].outputs['test-chunks'] }} steps: - - uses: actions/checkout@v3 + - name: Checkout repository + uses: actions/checkout@v3 + with: + ref: ${{ github.event.client_payload.branch }} + - run: npm install - name: Setup jq uses: dcarbone/install-jq-action@v1.0.1 @@ -63,6 +67,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 + with: + ref: ${{ github.event.client_payload.branch }} - name: Echo FQBNS to file run: