mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Run auto-update only once per day
This commit is contained in:
parent
08d7403527
commit
66c5823349
2
.github/workflows/auto-update.yaml
vendored
2
.github/workflows/auto-update.yaml
vendored
@ -2,7 +2,7 @@ name: Update pull request branches
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 */6 * * *'
|
||||
- cron: '30 11 * * *'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user