mirror of
https://github.com/keycloak/keycloak.git
synced 2026-04-29 11:41:03 -05:00
Update codeql-analysis.yml
This commit is contained in:
committed by
Bruno Oliveira da Silva
parent
13385d1aeb
commit
1df842eb4b
@@ -6,15 +6,16 @@
|
||||
name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
# Disable for push and pull_request until https://github.com/keycloak/keycloak/issues/10203 is resolved
|
||||
# push:
|
||||
# branches: [main]
|
||||
# pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- 'testsuite/**'
|
||||
- 'examples/**'
|
||||
- 'quarkus/tests/**'
|
||||
# branches: [main]
|
||||
# paths-ignore:
|
||||
# - 'testsuite/**'
|
||||
# - 'examples/**'
|
||||
# - 'quarkus/tests/**'
|
||||
schedule:
|
||||
- cron: '0 9 * * 2'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user