We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e1d1e commit 4956a86Copy full SHA for 4956a86
.github/workflows/tests-code.yml
@@ -555,12 +555,16 @@ jobs:
555
# We modify the JBang scripts directly to avoid issues with relative paths
556
for f in ${{ steps.changed-jablib-files.outputs.all_changed_files }}; do
557
case "$f" in
558
+ .jbang/*)
559
+ # skip scripts
560
+ continue
561
+ ;;
562
jablib-examples/*)
563
# skip scripts
564
continue
565
;;
566
jabkit/*)
- # only JabKit needs its modified sources
567
+ # only JabKit needs its modified sources if jabkit was modified
568
if [ "${{ matrix.script }}" != ".jbang/JabKitLauncher.java" ]; then
569
570
fi
0 commit comments