Skip to content

Commit d530383

Browse files
tests: on_target: small fix.
Another small fix. Signed-off-by: Giacomo Dematteis <giacomo.dematteis@nordicsemi.no>
1 parent 7b56810 commit d530383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/target-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
include:
4747
- device: cia-trd-thingy91x
4848
- device: ppk_thingy91x
49-
if: ${{ inputs.pytest_marker != 'not slow' }}
49+
if: ${{ inputs.pytest_marker == '' || inputs.pytest_marker == 'no_markers_flag' || inputs.pytest_marker == 'slow' }}
5050

5151
# Self-hosted runner is labeled according to the device it is linked with
5252
runs-on: ${{ matrix.device }}

0 commit comments

Comments
 (0)