Skip to content

Commit 33ffd35

Browse files
authored
add schedule workflow
1 parent c13ce5e commit 33ffd35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github-actions/templates/schedule.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: '*/5 * * * *'
3+
- cron: '*/2 * * * *'
44

55
jobs:
66
hello_world:

0 commit comments

Comments
 (0)