Run auto-update only once per day

This commit is contained in:
Konstantin Wohlwend 2025-03-12 17:10:03 -07:00
parent 08d7403527
commit 66c5823349

View File

@ -2,7 +2,7 @@ name: Update pull request branches
on:
schedule:
- cron: '0 */6 * * *'
- cron: '30 11 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}