Skip to content

Commit 66c5823

Browse files
committed
Run auto-update only once per day
1 parent 08d7403 commit 66c5823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update pull request branches
22

33
on:
44
schedule:
5-
- cron: '0 */6 * * *'
5+
- cron: '30 11 * * *'
66

77
concurrency:
88
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)