Skip to content

Commit 3b6b47c

Browse files
authored
ci: sync YAML for Build workflow (#1605)
Caused by a bad manual update.
1 parent 5045609 commit 3b6b47c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ jobs:
133133
run: |-
134134
find -name *.main.kts -print0 | while read -d $'\0' file
135135
do
136+
# This script requires extra steps before it can be compiled, i.e. publishing
137+
# the library to Maven Local. It's handled by the consistency check in this workflow.
136138
if [ "$file" = "./.github/workflows/end-to-end-tests.main.kts" ]; then
137139
continue
138140
fi
@@ -162,6 +164,8 @@ jobs:
162164
run: |-
163165
find -name "*.main.kts" -print0 | while read -d $'\0' file
164166
do
167+
# This script requires extra steps before it can be compiled, i.e. publishing
168+
# the library to Maven Local. It's handled by the consistency check in this workflow.
165169
if [ "$file" = "./.github/workflows/end-to-end-tests.main.kts" ]; then
166170
continue
167171
fi

0 commit comments

Comments
 (0)