We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e4d6b commit 74a495dCopy full SHA for 74a495d
.github/workflows/upstream-merge.yml
@@ -1,8 +1,9 @@
1
name: Merge upstream/main into local main
2
on:
3
- schedule:
4
- - cron: '0 3 * * *' # täglich um 03:00 UTC
5
workflow_dispatch:
+ schedule:
+ - cron: '30 0 1/7 * *' # every every 7th Day of Month at 00:30
6
+ #- cron: '30 0 * * *' # every Day at 00:30
7
jobs:
8
merge-upstream:
9
runs-on: ubuntu-latest
0 commit comments