diff --git a/.github/workflows/auth-crowdin.yml b/.github/workflows/auth-crowdin.yml index bd92f14591..32712024dc 100644 --- a/.github/workflows/auth-crowdin.yml +++ b/.github/workflows/auth-crowdin.yml @@ -10,7 +10,7 @@ on: - ".github/workflows/auth-crowdin.yml" schedule: # See: [Note: Run workflow on specific days of the week] - - cron: "50 1 * * 2,5" + - cron: "50 1 * * 2" # Also allow manually running the workflow workflow_dispatch: diff --git a/.github/workflows/mobile-crowdin.yml b/.github/workflows/mobile-crowdin.yml index 556ac45f24..0cbf372085 100644 --- a/.github/workflows/mobile-crowdin.yml +++ b/.github/workflows/mobile-crowdin.yml @@ -10,7 +10,7 @@ on: - ".github/workflows/mobile-crowdin.yml" schedule: # See: [Note: Run workflow on specific days of the week] - - cron: "40 1 * * 2,5" + - cron: "40 1 * * 2" # Also allow manually running the workflow workflow_dispatch: diff --git a/.github/workflows/web-crowdin.yml b/.github/workflows/web-crowdin.yml index b20b19ce3f..a2e290e56e 100644 --- a/.github/workflows/web-crowdin.yml +++ b/.github/workflows/web-crowdin.yml @@ -16,7 +16,7 @@ on: # and FRI, this can be set to `2,5`. # # See also: [Note: Run workflow every 24 hours] - - cron: "20 1 * * 2,5" + - cron: "20 1 * * 2" # Also allow manually running the workflow workflow_dispatch: