mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-05 05:04:49 +00:00
CI: trigger coverity also by pushing to branch coverity_scan
This commit is contained in:
5
.github/workflows/coverity-scan.yml
vendored
5
.github/workflows/coverity-scan.yml
vendored
@@ -3,10 +3,13 @@ name: coverity-scan
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 6 * * *' # Daily at 6:00 UTC
|
||||
push:
|
||||
branches:
|
||||
- coverity_scan
|
||||
|
||||
jobs:
|
||||
Coverity:
|
||||
if: github.repository == 'CESNET/UltraGrid' || github.repository == 'MartinPulec/UltraGrid'
|
||||
if: github.repository == 'CESNET/UltraGrid' || github.repository == 'MartinPulec/UltraGrid' || github.event == 'push'
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
sdk_pass: ${{ secrets.sdk_pass }}
|
||||
|
||||
Reference in New Issue
Block a user