Skip to content

Commit 075678e

Browse files
authored
Update collect-fix-commits.yml to run every 4 hours
1 parent a9a4c27 commit 075678e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/collect-fix-commits.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Hourly sync for collecting fix commits
1+
name: Every 4 Hours Sync for Collecting Fix Commits
22

33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 * * * *'
6+
- cron: '0 */4 * * *'
77

88
permissions:
99
contents: write
@@ -34,4 +34,4 @@ jobs:
3434
git add -A
3535
timestamp=$(date -u)
3636
git commit -m "$(echo -e "Sync Collecting Fix Commits: $timestamp\n\nSigned-off-by: AboutCode Automation <automation@aboutcode.org>")" || exit 0
37-
git push
37+
git push

0 commit comments

Comments
 (0)