Skip to content

Commit

Permalink
Do not run CodeQL on push
Browse files Browse the repository at this point in the history
  • Loading branch information
horgh committed Jun 19, 2024
1 parent 45510c7 commit 4dc61f0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: "Code scanning - action"

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
schedule:
- cron: '0 5 * * 0'
Expand All @@ -25,7 +22,7 @@ jobs:
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 4dc61f0

Please sign in to comment.