Skip to content

Commit 2489a20

Browse files
authored
add the schedule back to main-merge (#78807)
1 parent 917401d commit 2489a20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main-merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
name: Inter-branch merge
44
on:
5-
# schedule:
6-
# # Create a merge every 3 hours (works only for merges from `main`, others would need a `push` trigger).
7-
# - cron: '0 */3 * * *'
5+
schedule:
6+
# Create a merge every 3 hours (works only for merges from `main`, others would need a `push` trigger).
7+
- cron: '0 */3 * * *'
88
workflow_dispatch:
99
inputs:
1010
configuration_file_branch:

0 commit comments

Comments
 (0)