Skip to content

Commit ee188bc

Browse files
committed
changed the frequency to four hours
1 parent 9953662 commit ee188bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Account Backup
44
on:
55
# Triggers the workflow on push or pull request events but only for the master branch
66
schedule:
7-
- cron: '*/5 * * * *'
7+
- cron: '0 */4 * * *'
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:

0 commit comments

Comments
 (0)