Skip to content

Commit 5886ac0

Browse files
random commit
1 parent 3519cf3 commit 5886ac0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/target-test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,15 @@ jobs:
4444
fail-fast: false # Don't fail all jobs if one fails
4545
matrix:
4646
include:
47-
- device: nrf9151dk
48-
- device: thingy91x
47+
# - device: nrf9151dk
48+
# - device: thingy91x
4949
- device: ppk_thingy91x
5050

5151
# Self-hosted runner is labeled according to the device it is linked with
5252
runs-on: cia-trd-${{ matrix.device }}
5353
environment: ${{ matrix.device }}
5454
name: Target Test - ${{ matrix.device }}
55+
if: ${{ vars.BOARD == 'ppk' }}
5556

5657
permissions:
5758
actions: read

0 commit comments

Comments
 (0)