-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
area/ciIndicates an issue on the CIIndicates an issue on the CIkind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugteam/continuous-testing
Milestone
Description
Before reporting an issue
- I have searched existing issues
- I have reproduced the issue with the latest nightly release
Area
ci
Describe the bug
Store tests should execute if relevant code is changed. However, if only the tests have been changed then the store tests do not run for PRs.
An example can be seen here:
https://github.com/keycloak/keycloak/actions/runs/6076927056
This PR touches some tests that are executed for databases:
#22790
Version
main
Expected behavior
Store tests execute if relevant tests are changed
Actual behavior
Store tests only run if relevant non-test code is changed
How to Reproduce?
Run:
.github/actions/conditional/conditional.sh keycloak/keycloak refs/pull/22790/merge
This should output ci-store=true, but returns false instead
Anything else?
No response
Metadata
Metadata
Assignees
Labels
area/ciIndicates an issue on the CIIndicates an issue on the CIkind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugteam/continuous-testing