diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index b8dd650..a5e94f6 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -2,7 +2,7 @@ name: "Daily Generation Routine" on: schedule: - - cron: "12 6 * * *" + - cron: "12 6,21 * * *" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: