Skip to content

Commit 526205b

Browse files
committed
fix
1 parent cbb0391 commit 526205b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/boards.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
outputs:
21-
test-mode: ${{ steps.set-test-chunks.outputs.test-mode }}
21+
test-mode: ${{ steps.find-boards.outputs.test-mode }}
2222
test-chunks: ${{ steps.set-test-chunks.outputs.test-chunks }}
2323

2424
steps:
@@ -29,6 +29,7 @@ jobs:
2929
uses: dcarbone/install-jq-action@e397bd87438d72198f81efd21f876461183d383a # v3.0.1
3030

3131
- name: Determine test mode and find boards
32+
id: find-boards
3233
run: |
3334
if [ "${{ github.event_name }}" = "pull_request" ]; then
3435
echo "test-mode=new" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)