We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3519cf3 commit 5886ac0Copy full SHA for 5886ac0
.github/workflows/target-test.yml
@@ -44,14 +44,15 @@ jobs:
44
fail-fast: false # Don't fail all jobs if one fails
45
matrix:
46
include:
47
- - device: nrf9151dk
48
- - device: thingy91x
+ # - device: nrf9151dk
+ # - device: thingy91x
49
- device: ppk_thingy91x
50
51
# Self-hosted runner is labeled according to the device it is linked with
52
runs-on: cia-trd-${{ matrix.device }}
53
environment: ${{ matrix.device }}
54
name: Target Test - ${{ matrix.device }}
55
+ if: ${{ vars.BOARD == 'ppk' }}
56
57
permissions:
58
actions: read
0 commit comments