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:
Mrugesh Mohapatra
2021-12-03 21:54:00 +05:30
committed by GitHub
parent ae258ce94c
commit c5fbfb84e1
8 changed files with 1 additions and 1 deletions

View File

@@ -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: