1
0
Fork 0

Cleanup workflow files

This commit is contained in:
Patryk Obara 2020-03-31 11:00:09 +02:00
parent abb6e12044
commit 71f892d7ea
3 changed files with 13 additions and 8 deletions

View file

@ -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 }}

View file

@ -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