Skip to content

Commit 08d7403

Browse files
committed
Run auto-update every 6 hours
1 parent 16704f7 commit 08d7403

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/auto-update.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: Update pull request branches
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
- dev
8-
pull_request:
4+
schedule:
5+
- cron: '0 */6 * * *'
96

107
concurrency:
118
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)