Skip to content

Commit 335c6c8

Browse files
run server checks on changes to IDR pipeline
1 parent c10f483 commit 335c6c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
# NOTE: The expression below can be extended to multi-line
1111
# using a '\' as a continuation character.
1212
# https://stackoverflow.com/questions/6268391/is-there-a-way-to-represent-a-long-string-that-doesnt-have-any-whitespace-on-mul
13-
workflow_files_re: "^apps/(?!bfd-pipeline/bfd-pipeline-idr|bfd-model/bfd-model-idr|utils).+$|^.github/workflows/ci-java.yml$"
13+
workflow_files_re: "^apps/(?!bfd-model/bfd-model-idr|utils).+$|^.github/workflows/ci-java.yml$"
1414

1515
jobs:
1616
workflow:

0 commit comments

Comments
 (0)