mirror of https://github.com/nicolargo/glances.git
fix: workflows - codeql only works with specific config filename
This commit is contained in:
parent
40a9b097e0
commit
7934676c5f
|
|
@ -10,7 +10,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
quality:
|
quality:
|
||||||
uses: ./.github/workflows/quality.yml
|
uses: ./.github/workflows/codeql-analysis.yml
|
||||||
test:
|
test:
|
||||||
uses: ./.github/workflows/test.yml
|
uses: ./.github/workflows/test.yml
|
||||||
needs: [quality]
|
needs: [quality]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue