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 767e2b9 commit 735961eCopy full SHA for 735961e
.github/workflows/publish.yml
@@ -43,6 +43,7 @@ jobs:
43
export CHANGED=$(cargo workspaces changed --include-merged-tags --ignore-changes "**/Cargo.toml")
44
if [[ -z "$CHANGED" && "$GITHUB_EVENT_NAME" != "workflow_dispatch" ]]; then
45
# Nothing has changed, so don't publish a new version
46
+ echo "No changes detected, skipping publish."
47
exit 0
48
fi
49
0 commit comments