diff --git a/.github/workflows/poetry.yml b/.github/workflows/poetry.yml index 7efd479..d397eb3 100644 --- a/.github/workflows/poetry.yml +++ b/.github/workflows/poetry.yml @@ -3,7 +3,7 @@ name: Check Poetry Release and Update on: schedule: - - cron: '0 0 * * *' # Runs daily at midnight UTC + - cron: '0 0 * * 0' # Runs daily at midnight UTC workflow_dispatch: # Allows manual triggering of the workflow jobs: