We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b3e7b commit e757f6fCopy full SHA for e757f6f
1 file changed
.github/workflows/sync-next.yml
@@ -2,6 +2,9 @@ name: Sync next branch
2
3
on:
4
workflow_dispatch:
5
+ schedule:
6
+ # 00:00 Israel Time (UTC+3, IDT)
7
+ - cron: '0 21 * * *'
8
9
permissions:
10
contents: write
0 commit comments