There was an error while loading. Please reload this page.
1 parent c10f483 commit 335c6c8Copy full SHA for 335c6c8
1 file changed
.github/workflows/ci-java.yml
@@ -10,7 +10,7 @@ env:
10
# NOTE: The expression below can be extended to multi-line
11
# using a '\' as a continuation character.
12
# 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$"
+ workflow_files_re: "^apps/(?!bfd-model/bfd-model-idr|utils).+$|^.github/workflows/ci-java.yml$"
14
15
jobs:
16
workflow:
0 commit comments