mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Run auto-update every 6 hours
This commit is contained in:
parent
16704f778c
commit
08d7403527
7
.github/workflows/auto-update.yaml
vendored
7
.github/workflows/auto-update.yaml
vendored
@ -1,11 +1,8 @@
|
||||
name: Update pull request branches
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 */6 * * *'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user