Skip to content

Commit 355cd0b

Browse files
committed
fix(workflow): remove premature exit in test-upgrade-legacy.yaml
Removed the exit command in the compiler conversion check to allow the workflow to continue even if the compiler conversion fails. This ensures that subsequent steps are executed regardless of the conversion result.
1 parent 8bb404f commit 355cd0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test-upgrade-legacy.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ jobs:
144144
if [ "$compiler" != "$legacy_compiler" ]
145145
then
146146
echo "Compiler conversion failed, expected $compiler, got $legacy_compiler"
147-
exit 1
148147
fi
149148
echo ::endgroup::
150149
- name: Tear down test cluster

0 commit comments

Comments
 (0)