We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b979ef commit 5df6522Copy full SHA for 5df6522
.github/workflows/main.yml
@@ -3,7 +3,7 @@ name: Auto Commit Changes
3
on:
4
schedule:
5
# Runs every 15 minutes
6
- - cron: '*/15 * * * *'
+ - cron: '*/59 * * * *'
7
8
jobs:
9
commit-and-push:
0 commit comments