diff --git a/.github/workflows/cron-reportUsageToStripe.yml b/.github/workflows/cron-reportUsageToStripe.yml index 15892818a2..e40a1cb4d8 100644 --- a/.github/workflows/cron-reportUsageToStripe.yml +++ b/.github/workflows/cron-reportUsageToStripe.yml @@ -1,11 +1,12 @@ name: Cron - Report usage to Stripe on: + workflow_dispatch: # "Scheduled workflows run on the latest commit on the default or base branch." # — https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#schedule - schedule: - # This will run the job at 20:00 UTC every day of every month. - - cron: "0 20 * * *" + # schedule: + # This will run the job at 20:00 UTC every day of every month. + # - cron: "0 20 * * *" jobs: cron-reportUsageToStripe: env: diff --git a/.github/workflows/cron-surveyStatusUpdate.yml b/.github/workflows/cron-surveyStatusUpdate.yml index 95d40fb894..8d365d842b 100644 --- a/.github/workflows/cron-surveyStatusUpdate.yml +++ b/.github/workflows/cron-surveyStatusUpdate.yml @@ -1,11 +1,12 @@ name: Cron - Survey status update on: + workflow_dispatch: # "Scheduled workflows run on the latest commit on the default or base branch." # — https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#schedule - schedule: - # Runs “At 00:00.” (see https://crontab.guru) - - cron: "0 0 * * *" + # schedule: + # Runs “At 00:00.” (see https://crontab.guru) + # - cron: "0 0 * * *" jobs: cron-weeklySummary: env: diff --git a/.github/workflows/cron-weeklySummary.yml b/.github/workflows/cron-weeklySummary.yml index 975128849a..d95d8cc138 100644 --- a/.github/workflows/cron-weeklySummary.yml +++ b/.github/workflows/cron-weeklySummary.yml @@ -1,11 +1,12 @@ name: Cron - Weekly summary on: + workflow_dispatch: # "Scheduled workflows run on the latest commit on the default or base branch." # — https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#schedule - schedule: - # Runs “At 08:00 on Monday.” (see https://crontab.guru) - - cron: "0 8 * * 1" + # schedule: + # Runs “At 08:00 on Monday.” (see https://crontab.guru) + # - cron: "0 8 * * 1" jobs: cron-weeklySummary: env: