From 97a251efa7e3b9b73f74b45c7c14e594cb59c6c2 Mon Sep 17 00:00:00 2001 From: Jeffrey Lau Date: Wed, 29 Dec 2021 15:17:31 +0800 Subject: [PATCH] ci: Only run coverity scan daily ... to keep to run quota (1 to 4 per day depending on project size). --- .github/workflows/coverity.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index a94249b..9dd01fb 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -4,33 +4,6 @@ on: schedule: # every day at 9:00 UTC - cron: '0 9 * * *' - push: - branches: - - main - - 'release/**' - paths-ignore: - - 'docs/**' - - '**.adoc' - - '**.md' - - '**.nix' - - '.gitignore' - - '.gitattributes' - - '.editorconfig' - - '.cirrus.yml' - - '.github/workflows/*.yml' - - '!.github/workflows/coverity.yml' - pull_request: - paths-ignore: - - 'docs/**' - - '**.adoc' - - '**.md' - - '**.nix' - - '.gitignore' - - '.gitattributes' - - '.editorconfig' - - '.cirrus.yml' - - '.github/workflows/*.yml' - - '!.github/workflows/coverity.yml' env: CORES: 2 @@ -46,7 +19,6 @@ jobs: matrix: # os: [ubuntu-18.04, ubuntu-20.04] os: [ubuntu-18.04] - if: "!contains(github.event.head_commit.message, 'skip ci')" timeout-minutes: 20 steps: