mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-23 13:20:33 -07:00
switch pull_req_target to pull_req
This commit is contained in:
parent
842e61c43e
commit
72ca9f5dfa
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -4,9 +4,9 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
pull_request_target:
|
pull_request:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 6 * * *'
|
- cron: '15 6 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
@ -15,4 +15,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fqcn: 'middleware_automation/keycloak'
|
fqcn: 'middleware_automation/keycloak'
|
||||||
molecule_tests: >-
|
molecule_tests: >-
|
||||||
[ "default", "quarkus", "overridexml", "quarkus-devmode", "https_revproxy" ]
|
[ "default", "overridexml", "quarkus", "quarkus-devmode" ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue