Skip to content

Commit

Permalink
Don't run CodeQL on PRs (home-assistant#102342)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Oct 19, 2023
1 parent 9db9f1b commit f497bce
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ on:
- dev
- rc
- master
pull_request:
branches:
- dev
schedule:
- cron: "30 18 * * 4"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit f497bce

Please sign in to comment.