Cleanup workflow files
This commit is contained in:
parent
abb6e12044
commit
71f892d7ea
3 changed files with 13 additions and 8 deletions
2
.github/workflows/config.yml
vendored
2
.github/workflows/config.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Config heavy
|
||||
|
||||
on:
|
||||
schedule: [cron: '0 16 * * *']
|
||||
|
||||
jobs:
|
||||
config_all:
|
||||
name: ${{ matrix.system.name }} ${{ matrix.conf.configure_flags }} ${{ matrix.conf.without_packages }}
|
||||
|
|
12
.github/workflows/coverity.yml
vendored
12
.github/workflows/coverity.yml
vendored
|
@ -1,4 +1,10 @@
|
|||
name: Coverity Scan
|
||||
name: Coverity Scan analysis
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
env:
|
||||
COVERITY_EMAIL: ${{ secrets.CoverityEmail }}
|
||||
COVERITY_TOKEN: ${{ secrets.CoverityToken }}
|
||||
|
@ -7,10 +13,6 @@ env:
|
|||
TARBALL_SHA256: "0bec2d12e7fca3fe4b6df843d9584e2a58e273970a8549c100541f86dbc0da4e"
|
||||
TARBALL_GDRIVE_ID: ${{ secrets.GoogleDriveId }}
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
coverity_scan:
|
||||
name: Coverity static analyzer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue