We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581b40a commit 546c4f0Copy full SHA for 546c4f0
1 file changed
.github/workflows/ncsref-update.yaml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
artifact_fw_version: ${{ needs.build.outputs.version }}
25
artifact_run_id: ${{ needs.build.outputs.run_id }}
26
- devices: '["thingy91x"]'
+ devices: thingy91x
27
test_all: true
28
update-pr-state:
29
needs: [build, test]
0 commit comments