diff --git a/.github/workflows/update_meta.alpha_core.yaml b/.github/workflows/update_meta.alpha_core.yaml index 971d82a..6299f70 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 4c67ae8..15adc0b 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: