Skip to content

Commit 32f6c19

Browse files
committed
xx
Signed-off-by: Anas Nashif <[email protected]>
1 parent 9915e41 commit 32f6c19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/twister-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Twister Test Results
22

33
on:
44
workflow_run:
5-
workflows: ["Run tests with twister"]
5+
workflows: ["Check Twister Status"]
66
branches:
77
- main
88
- v*

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
export ZEPHYR_BASE=${PWD}
238238
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
239239
./scripts/twister -T tests/kernel/threads -p qemu_x86 --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
240-
if [ "${{matrix.subset}}" = "1" ]; then
240+
if [ "${{matrix.subset}}" = "11" ]; then
241241
./scripts/zephyr_module.py --twister-out module_tests.args
242242
if [ -s module_tests.args ]; then
243243
./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${PUSH_OPTIONS}

0 commit comments

Comments
 (0)