fix(actions): run fewer workflows (#44375)
* fix(actions): remove run CodeQL from bots * fix(actions): cosmetic renaming to the files
This commit is contained in:
committed by
GitHub
parent
ae258ce94c
commit
c5fbfb84e1
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
analyse:
|
analyse:
|
||||||
name: Analyse
|
name: Analyse
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: github.actor != 'renovate[bot]'
|
if: ${{ github.actor != 'renovate[bot]' && github.actor != 'camperbot' }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Reference in New Issue
Block a user