Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.

Commit dd0c928

Browse files
committed
run action every four hours
1 parent 43ba916 commit dd0c928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/example-sync.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Synchronize the example with the template
22
on:
33
schedule:
4-
# every hour
5-
- cron: "0 * * * *"
4+
# every 4 hours
5+
- cron: "0 */4 * * *"
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)