Update codeql-analysis.yml
This commit is contained in:
parent
13385d1aeb
commit
1df842eb4b
1 changed files with 9 additions and 8 deletions
17
.github/workflows/codeql-analysis.yml
vendored
17
.github/workflows/codeql-analysis.yml
vendored
|
@ -6,15 +6,16 @@
|
||||||
name: "CodeQL"
|
name: "CodeQL"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
# Disable for push and pull_request until https://github.com/keycloak/keycloak/issues/10203 is resolved
|
||||||
branches: [main]
|
# push:
|
||||||
pull_request:
|
# branches: [main]
|
||||||
|
# pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [main]
|
# branches: [main]
|
||||||
paths-ignore:
|
# paths-ignore:
|
||||||
- 'testsuite/**'
|
# - 'testsuite/**'
|
||||||
- 'examples/**'
|
# - 'examples/**'
|
||||||
- 'quarkus/tests/**'
|
# - 'quarkus/tests/**'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 9 * * 2'
|
- cron: '0 9 * * 2'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue