Skip to content

Commit e95c986

Browse files
authored
run update branch on a cron (#18138)
1 parent 5b83a55 commit e95c986

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/autoupdate-branch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717
push:
1818
branches:
1919
- main
20+
schedule:
21+
- cron: '*/30 * * * *' # every 30 minutes
2022

2123
jobs:
2224
autoupdate:

0 commit comments

Comments
 (0)