Skip to content

Commit 595ae90

Browse files
committed
test
Signed-off-by: Anas Nashif <[email protected]>
1 parent 19cbf6b commit 595ae90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/twister-prep.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
echo "TWISTER_NODES=${MATRIX_SIZE}" >> $GITHUB_ENV
8787
fi
8888
rm -f testplan.json .testplan
89+
env
8990
9091
- name: Determine matrix size
9192
id: output-services
@@ -100,12 +101,13 @@ jobs:
100101
subset="[$(seq -s',' 1 ${MATRIX_SIZE})]"
101102
fi
102103
size=${TWISTER_NODES}
103-
elif [ "${{github.event_name}}" = "schedule" ]; then
104+
elif [ "${{github.event_name}}" = "schedule" -a "${{github.repository}}" = "zephyrproject-rtos/zephyr" ]; then
104105
subset="[$(seq -s',' 1 ${WEEKLY_MATRIX_SIZE})]"
105106
size=${WEEKLY_MATRIX_SIZE}
106107
else
107108
size=0
108109
fi
110+
echo ${TWISTER_NODES}
109111
110112
echo "subset=${subset}" >> $GITHUB_OUTPUT
111113
echo "size=${size}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)