|
|
|
|
@ -8,13 +8,13 @@ on:
@@ -8,13 +8,13 @@ on:
|
|
|
|
|
paths: |
|
|
|
|
- ".github/workflows/integration-test.yml" # this file |
|
|
|
|
- "src/services/ldap-directory.service*" # we only have integration for LDAP testing at the moment |
|
|
|
|
- "./openldap*" # any change to test fixtures |
|
|
|
|
- "./openldap/**/*" # any change to test fixtures |
|
|
|
|
- "./docker-compose.yml" # any change to Docker configuration |
|
|
|
|
pull_request: |
|
|
|
|
paths: |
|
|
|
|
- ".github/workflows/integration-test.yml" # this file |
|
|
|
|
- "src/services/ldap-directory.service*" # we only have integration for LDAP testing at the moment |
|
|
|
|
- "./openldap*" # any change to test fixtures |
|
|
|
|
- "./openldap/**/*" # any change to test fixtures |
|
|
|
|
- "./docker-compose.yml" # any change to Docker configuration |
|
|
|
|
|
|
|
|
|
jobs: |
|
|
|
|
|