Skip to content

Commit 1845189

Browse files
committed
limit scope
1 parent 922a522 commit 1845189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
TWISTER_COMMON: '--no-detailed-test-id --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 '
5353
WEEKLY_OPTIONS: ' -M --build-only --all --show-footprint --report-filtered'
5454
PR_OPTIONS: ' --clobber-output --integration'
55-
PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered'
55+
PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered -T tests/kernel/threads'
5656
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
5757
BASE_REF: ${{ github.base_ref }}
5858
steps:

0 commit comments

Comments
 (0)