We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4799b commit 7b56810Copy full SHA for 7b56810
.github/workflows/target-test.yml
@@ -46,7 +46,7 @@ jobs:
46
include:
47
- device: cia-trd-thingy91x
48
- device: ppk_thingy91x
49
- if: ${{ inputs.pytest_marker == 'no_markers_flag' || inputs.pytest_marker == 'not slow' || inputs.pytest_marker == 'slow' }}
+ if: ${{ inputs.pytest_marker != 'not slow' }}
50
51
# Self-hosted runner is labeled according to the device it is linked with
52
runs-on: ${{ matrix.device }}
0 commit comments