Skip to content

Commit

Permalink
ci: Only run coverity scan daily
Browse files Browse the repository at this point in the history
... to keep to run quota (1 to 4 per day depending on project size).
  • Loading branch information
ribose-jeffreylau committed Dec 29, 2021
1 parent 65c4de4 commit 97a251e
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 97a251e

Please sign in to comment.