2023-01-30 07:07:10 +00:00
|
|
|
# File patterns used to decide what workflows/jobs to execute for a given PR
|
|
|
|
#
|
|
|
|
# To test a pattern run '.github/actions/conditional/conditional.sh <remote name> <branch>'
|
|
|
|
|
2024-05-07 13:26:59 +00:00
|
|
|
.github/actions/ ci ci-quarkus ci-store ci-sssd operator js codeql-java codeql-themes guides documentation
|
|
|
|
.github/scripts/ ci ci-quarkus ci-sssd
|
2024-02-19 08:16:49 +00:00
|
|
|
.github/scripts/ansible/ ci-store
|
|
|
|
.github/scripts/aws/ ci-store
|
2023-01-30 07:07:10 +00:00
|
|
|
|
2024-05-31 10:23:04 +00:00
|
|
|
.github/workflows/ci.yml ci ci-quarkus ci-store ci-sssd ci-webauthn
|
2023-01-31 15:27:33 +00:00
|
|
|
.github/workflows/operator-ci.yml operator
|
2023-02-03 10:45:11 +00:00
|
|
|
.github/workflows/js-ci.yml js
|
2023-03-03 12:56:53 +00:00
|
|
|
.github/workflows/codeql-analysis.yml codeql-java codeql-themes
|
2023-03-28 10:35:27 +00:00
|
|
|
.github/workflows/guides.yml guides
|
|
|
|
.github/workflows/documentation.yml documentation
|
2023-01-30 07:07:10 +00:00
|
|
|
|
2024-05-31 10:23:04 +00:00
|
|
|
.mvn/ ci ci-quarkus ci-store ci-sssd ci-webauthn operator js codeql-java codeql-themes guides documentation
|
|
|
|
mvnw ci ci-quarkus ci-store ci-sssd ci-webauthn operator js codeql-java codeql-themes guides documentation
|
|
|
|
mvnw.cmd ci ci-quarkus ci-store ci-sssd ci-webauthn operator js codeql-java codeql-themes guides documentation
|
2023-09-07 09:50:56 +00:00
|
|
|
|
2024-05-31 10:23:04 +00:00
|
|
|
*/src/main/ ci ci-webauthn operator
|
|
|
|
*/src/test/ ci ci-webauthn operator
|
|
|
|
pom.xml ci ci-quarkus ci-store ci-webauthn operator
|
2023-07-28 10:09:44 +00:00
|
|
|
federation/sssd/ ci ci-sssd
|
2023-01-31 15:27:33 +00:00
|
|
|
|
2024-05-07 13:26:59 +00:00
|
|
|
quarkus/ ci-quarkus guides
|
|
|
|
|
2023-07-31 08:25:40 +00:00
|
|
|
model/ ci-store
|
2024-02-14 18:41:50 +00:00
|
|
|
operator/ operator
|
2023-07-31 08:25:40 +00:00
|
|
|
|
2023-03-28 10:35:27 +00:00
|
|
|
docs/guides/ guides
|
|
|
|
docs/documentation/ documentation
|
2023-03-03 10:08:05 +00:00
|
|
|
|
2023-02-03 10:45:11 +00:00
|
|
|
js/ js
|
2024-04-22 11:23:29 +00:00
|
|
|
rest/admin-ui-ext/ js
|
2024-05-31 10:23:04 +00:00
|
|
|
js/apps/account-ui/ ci ci-webauthn
|
|
|
|
js/libs/ui-shared/ ci ci-webauthn
|
2023-02-03 10:45:11 +00:00
|
|
|
|
2023-01-31 15:27:33 +00:00
|
|
|
*.java codeql-java
|
|
|
|
themes/ codeql-themes
|
2023-09-06 09:23:12 +00:00
|
|
|
|
|
|
|
testsuite::database-suite ci-store
|