mirror of
https://github.com/systemd/systemd.git
synced 2025-01-24 06:04:05 +03:00
ci: run the CodeQL action also when its configuration changes
Just to make sure we didn't break anything.
This commit is contained in:
parent
64f625a212
commit
a6319961c9
5
.github/workflows/codeql-analysis.yml
vendored
5
.github/workflows/codeql-analysis.yml
vendored
@ -7,6 +7,10 @@ name: "CodeQL"
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
- .github/codeql-config.yml
|
||||
- .github/codeql-custom.qls
|
||||
- .github/workflows/codeql-analysis.yml
|
||||
# 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.
|
||||
@ -20,7 +24,6 @@ jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name == 'schedule' || github.event.pull_request.user.login == 'dependabot[bot]'
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ matrix.language }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user