Don't run CodeQL on PRs (#102342)

pull/102323/head^2
Franck Nijhof 2023-10-19 20:04:09 +02:00 committed by GitHub
parent 9db9f1b8a9
commit f497bcee3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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: