From 4cbe35b5512add90ef6b7eb0cc5e01be00074455 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sun, 7 Jan 2024 16:31:51 +0100 Subject: [PATCH] CI: make coverity scan run on schedule --- .github/workflows/coverity.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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: