File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Sync runtime local fallback files
22on :
33 schedule :
44 # https://crontab.guru/once-a-week
5- - cron : 0 0 * * 0
5+ - cron : 0 12 * */1 1
66
77jobs :
88 sync-local-fallback-files :
9292 github_token : ${{ secrets.GITHUB_TOKEN }}
9393 pr_title : Sync local fallback files
9494 pr_body : ${{ steps.body.outputs.text }}
95- pr_reviewer : schlessera
95+ pr_reviewer : swissspidy
9696 pr_label : SSR
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Sync spec test suite from NodeJS toolbox
22on :
33 schedule :
44 # https://crontab.guru/every-night-at-midnight
5- - cron : 0 0 * * *
5+ - cron : 0 12 * */1 1
66
77jobs :
88 sync-spec-test-suite :
9292 github_token : ${{ secrets.GITHUB_TOKEN }}
9393 pr_title : Sync spec test suite
9494 pr_body : ${{ steps.body.outputs.text }}
95- pr_reviewer : schlessera
95+ pr_reviewer : swissspidy
9696 pr_label : Testing
You can’t perform that action at this time.
0 commit comments