We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb0391 commit 526205bCopy full SHA for 526205b
.github/workflows/boards.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
20
outputs:
21
- test-mode: ${{ steps.set-test-chunks.outputs.test-mode }}
+ test-mode: ${{ steps.find-boards.outputs.test-mode }}
22
test-chunks: ${{ steps.set-test-chunks.outputs.test-chunks }}
23
24
steps:
@@ -29,6 +29,7 @@ jobs:
29
uses: dcarbone/install-jq-action@e397bd87438d72198f81efd21f876461183d383a # v3.0.1
30
31
- name: Determine test mode and find boards
32
+ id: find-boards
33
run: |
34
if [ "${{ github.event_name }}" = "pull_request" ]; then
35
echo "test-mode=new" >> "$GITHUB_OUTPUT"
0 commit comments