diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 03340b0bc..01fd88632 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -1,12 +1,13 @@ name: coverity on: - push: - branches: [ coverity_scan ] + schedule: + - cron: "0 0 * * *" jobs: scan: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest + if: ${{ github.repository_owner == 'yandex' }} env: TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }} steps: