Skip to content

Commit 399cf22

Browse files
committed
run update.yaml every 12min
The job takes over 5 minutes most of the time anyway, so this might help us have GitHub actually schedule the job at the asked interval :) Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent bede04e commit 399cf22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update and publish
22

33
on:
44
schedule:
5-
- cron: '*/5 * * * *'
5+
- cron: '*/12 * * * *'
66
push:
77
branches:
88
- main

0 commit comments

Comments
 (0)