mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Don't run CodeQL on PRs (#102342)
This commit is contained in:
parent
9db9f1b8a9
commit
f497bcee3a
5
.github/workflows/codeql.yml
vendored
5
.github/workflows/codeql.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user