Skip to content

Commit 7ba0ace

Browse files
authored
Merge pull request #707 from MetRonnie/actions
GH Actions: fix invalid cron schedule
2 parents f8e9c8b + 63b9dfd commit 7ba0ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch_sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- '8.*.x'
77
schedule:
8-
- cron: '11 11 * * 7' # every Sunday at 11:11
8+
- cron: '11 11 * * 0' # every Sunday at 11:11
99
workflow_dispatch:
1010
inputs:
1111
head_branch:

0 commit comments

Comments
 (0)