Skip to content

Commit 99dc3db

Browse files
committed
Reduce workflow schedules
1 parent dd3b69e commit 99dc3db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/sync-local-fallback-files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Sync runtime local fallback files
22
on:
33
schedule:
44
# https://crontab.guru/once-a-week
5-
- cron: 0 0 * * 0
5+
- cron: 0 12 * */1 1
66

77
jobs:
88
sync-local-fallback-files:
@@ -92,5 +92,5 @@ jobs:
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

.github/workflows/sync-spec-test-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Sync spec test suite from NodeJS toolbox
22
on:
33
schedule:
44
# https://crontab.guru/every-night-at-midnight
5-
- cron: 0 0 * * *
5+
- cron: 0 12 * */1 1
66

77
jobs:
88
sync-spec-test-suite:
@@ -92,5 +92,5 @@ jobs:
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

0 commit comments

Comments
 (0)