diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index de327f92c7..a72b7caf77 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -9,8 +9,9 @@ name: coverity-unified-runtime # It runs static analysis build - Coverity. It requires special token (set in CI's secret). on: - push: - branches: ["main"] + schedule: + # Run every day at 23:00 UTC + - cron: '0 23 * * *' workflow_dispatch: env: