ci: trigger CodeQL on PRs when its dependencies change

This commit is contained in:
Evgeny Vereshchagin 2022-01-17 01:59:55 +00:00
parent 54ed8884d3
commit 992d7f341f

View file

@ -11,6 +11,8 @@ on:
- .github/codeql-config.yml
- .github/codeql-custom.qls
- .github/workflows/codeql-analysis.yml
- .github/workflows/requirements.txt
- .github/workflows/unit_tests.sh
# It takes the workflow approximately 30 minutes to analyze the code base
# so it doesn't seem to make much sense to trigger it on every PR or commit.
# It runs daily at 01:00 to avoid colliding with the Coverity workflow.