[GHA] Add workflow_dispatch trigger to coverity (#21676)

To be able to trigger it via GitHub API from Jenkins nightly
This commit is contained in:
Alina Kladieva 2023-12-14 20:11:13 +01:00 committed by GitHub
parent bbddb89171
commit 8bc724d160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
name: Coverity (Ubuntu 20.04, Python 3.11) name: Coverity (Ubuntu 20.04, Python 3.11)
on: on:
workflow_dispatch:
schedule: schedule:
# run daily at 00:00 # run daily at 00:00
- cron: '0 0 * * *' - cron: '0 0 * * *'