Skip to content

Commit d1cc897

Browse files
fabiobaltierikartben
authored andcommitted
github: run (tenateively) every 10 minutes
The workflow takes longer than 5 minutes, github is already scheduling us way less often than that, no sense trying to push for 5, let's go down to 10 minutes and see if we can get more consistent runs. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
1 parent 6ffbdea commit d1cc897

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: '*/10 * * * *'
66
push:
77
branches:
88
- main

0 commit comments

Comments
 (0)