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 3597ea0 commit 0ae4068Copy full SHA for 0ae4068
.github/workflows/render-and-publish.yml
@@ -92,6 +92,7 @@ jobs:
92
exit 0
93
fi
94
echo "Comparing against previous artifact commit: $latest_commit"
95
+ changed=""
96
if [ -z "$changed" ]; then
97
echo "No changed Clojure sources detected."
98
0 commit comments