diff --git a/.github/workflows/main-latest.yml b/.github/workflows/main-latest.yml index 5d815d8..0fe9792 100644 --- a/.github/workflows/main-latest.yml +++ b/.github/workflows/main-latest.yml @@ -1,10 +1,9 @@ name: main-latest on: - push: - branches: [ main ] schedule: - - cron: '0 3 * * *' # Scheduled runs every day at 3am UTC + - cron: '0 1 * * *' # Scheduled runs every day at 1am UTC + workflow_dispatch: jobs: