diff --git a/.github/workflows/action-schedule_master.yml b/.github/workflows/action-schedule_master.yml index 5d574f7..b5c4883 100644 --- a/.github/workflows/action-schedule_master.yml +++ b/.github/workflows/action-schedule_master.yml @@ -11,7 +11,8 @@ name: nightly # ------------------------------------------------------------------------------------------------- on: schedule: - - cron: '0 0 * * *' + # At 00:00 on Sunday, Tuesday, and Thursday + - cron: '0 0 * * 0,2,4' workflow_dispatch: diff --git a/.github/workflows/action-schedule_tags.yml b/.github/workflows/action-schedule_tags.yml index 50b67ba..20edae1 100644 --- a/.github/workflows/action-schedule_tags.yml +++ b/.github/workflows/action-schedule_tags.yml @@ -11,7 +11,8 @@ name: nightly # ------------------------------------------------------------------------------------------------- on: schedule: - - cron: '0 0 * * *' + # At 00:00 on Sunday, Tuesday, and Thursday + - cron: '0 0 * * 0,2,4' workflow_dispatch: