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:
|
||||
name: Analyse
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.actor != 'renovate[bot]'
|
||||
if: ${{ github.actor != 'renovate[bot]' && github.actor != 'camperbot' }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
Reference in New Issue
Block a user