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 352dc32 commit 87e8dd5Copy full SHA for 87e8dd5
.github/workflows/on_external_dispatch.yml
@@ -50,6 +50,10 @@ jobs:
50
git config user.name "github-actions[bot]"
51
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
52
git add external/duckdb
53
+ if git diff --cached --quiet; then
54
+ echo "No changes to commit: submodule ref is unchanged."
55
+ exit 0
56
+ fi
57
git commit -m "Update submodule ref"
58
git push
59
0 commit comments