Skip to content

Commit

Permalink
Do not run CodeQL action on push
Browse files Browse the repository at this point in the history
It doesn't have enough permissions by default. We also don't need it
when we're doing so on pull_request.
  • Loading branch information
horgh committed Jun 19, 2024
1 parent a6f6f5b commit 3bdcc6d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 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 12 * * 3'
Expand Down

0 comments on commit 3bdcc6d

Please sign in to comment.