Don't run CodeQL on PRs (#102342)
parent
9db9f1b8a9
commit
f497bcee3a
|
@ -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…
Reference in New Issue