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>'
|
|
|
|
|
2023-07-28 10:09:44 +00:00
|
|
|
.github/actions/ ci operator js codeql-java codeql-themes guides documentation ci-sssd
|
2023-01-30 07:07:10 +00:00
|
|
|
|
2023-07-28 10:09:44 +00:00
|
|
|
.github/workflows/ci.yml ci ci-sssd
|
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
|
|
|
|
2023-01-31 15:27:33 +00:00
|
|
|
*/src/main/ ci operator
|
|
|
|
*/src/test/ ci operator
|
2023-02-01 07:57:41 +00:00
|
|
|
pom.xml ci operator
|
2023-07-28 10:09:44 +00:00
|
|
|
federation/sssd/ ci ci-sssd
|
2023-01-31 15:27:33 +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
|
|
|
|
|
2023-01-31 15:27:33 +00:00
|
|
|
*.java codeql-java
|
|
|
|
themes/ codeql-themes
|