From c2938859fcd91a6da3d8642488471175ea634f5e Mon Sep 17 00:00:00 2001 From: LoneRifle Date: Tue, 5 Mar 2024 16:35:15 +0800 Subject: [PATCH] fix(codeql): do not run if dependabot --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0120cef..ae12ac0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -11,7 +11,7 @@ jobs: analyze: name: Analyze runs-on: ubuntu-latest - if: ${{ github.actor != 'dependabot[bot]' || github.action != 'push' }} + if: ${{ github.actor != 'dependabot[bot]' }} strategy: fail-fast: false matrix: