Anyone an idea why <https://github.com/jEdit-edito...
# github-workflows-kt
v
Anyone an idea why https://github.com/jEdit-editor/jEdit/actions/runs/15282632033/job/42985990395#step:17:33 is executed? It should be skipped as neither Java version nor Runner OS matches. 😕
1
Ah, stupid me. I used
${expr("matrix.java")}
in that condition instead of
matrix.java
which I should have. As there was an expression syntax in the line line was no longer considered completely an expression but only the explicit expression parts, so it essentially was a long string which was considered truth-y.
👍 1