Skip to content

Commit 3597ea0

Browse files
do a full build for now
1 parent 0db8565 commit 3597ea0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/render-and-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ jobs:
9292
exit 0
9393
fi
9494
echo "Comparing against previous artifact commit: $latest_commit"
95-
changed=$(git diff --name-only --diff-filter=ACMR "$latest_commit" HEAD -- 'src/**/*.clj' | tr '\n' ' ')
9695
if [ -z "$changed" ]; then
9796
echo "No changed Clojure sources detected."
9897
exit 0

0 commit comments

Comments
 (0)