diff --git a/.github/workflows/codesee-diagram.yml b/.github/workflows/codesee-diagram.yml index c32d105e76..b0f9f228be 100644 --- a/.github/workflows/codesee-diagram.yml +++ b/.github/workflows/codesee-diagram.yml @@ -1,9 +1,7 @@ on: - push: - paths-ignore: - - 'docs/**' - branches: - - main + workflow_dispatch: + schedule: + - cron: '25 0/12 * * *' # Build once every 12 hours, starting at 25 minutes past the hour (UTC) pull_request_target: paths-ignore: