diff --git a/.github/workflows/add_version.yml b/.github/workflows/add_version.yml index 291d983e..e2cd3920 100644 --- a/.github/workflows/add_version.yml +++ b/.github/workflows/add_version.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: {} schedule: # Every N hours - - cron: '* */8 * * *' + - cron: '0 */8 * * *' permissions: contents: write