Skip to content

Commit 2945a09

Browse files
committed
ci: twister: do not check for pr
no check Signed-off-by: Anas Nashif <[email protected]>
1 parent 61f131f commit 2945a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/twister-prep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
prep_pr:
18-
if: github.repository_owner == 'zephyrproject-rtos' && github.event_name == 'pull_request'
18+
if: github.repository_owner == 'zephyrproject-rtos'
1919
runs-on:
2020
group: zephyr-runner-v2-linux-x64-4xlarge
2121
container:

0 commit comments

Comments
 (0)