diff --git a/.github/workflows/update_meta.alpha_core.yaml b/.github/workflows/update_meta.alpha_core.yaml index 971d82ae..6299f70f 100644 --- a/.github/workflows/update_meta.alpha_core.yaml +++ b/.github/workflows/update_meta.alpha_core.yaml @@ -1,7 +1,7 @@ name: Update Meta Alpha Core on: schedule: - - cron: "0 20 * * 1,3,5,6" + - cron: 0 20 * * * workflow_dispatch: env: diff --git a/.github/workflows/update_premium.latest_core.yaml b/.github/workflows/update_premium.latest_core.yaml index 4c67ae83..15adc0bf 100644 --- a/.github/workflows/update_premium.latest_core.yaml +++ b/.github/workflows/update_premium.latest_core.yaml @@ -1,7 +1,7 @@ name: Update Premium latest Core on: schedule: - - cron: "0 20 * * 1,3,5,6" + - cron: 0 20 * * 6 workflow_dispatch: env: