Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 120f2fc

Browse files
author
Maciej Olko
committed
Run cron job once every 20 minutes
The shortest interval you can run scheduled workflows is once every 5 minutes. (https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#scheduled-events) Rarely complete duration of the job extends 15 minutes.
1 parent 61db5d4 commit 120f2fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
schedule:
3-
- cron: '0 0 * * *'
3+
- cron: '*/20 * * * *'
44
push:
55
branches:
66
- '*'

0 commit comments

Comments
 (0)