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 6496974 commit f1b6b85Copy full SHA for f1b6b85
src/tools/miri/.github/workflows/ci.yml
@@ -121,7 +121,7 @@ jobs:
121
- name: Push changes to a branch and create PR
122
run: |
123
# `git diff --exit-code` "succeeds" if the diff is empty.
124
- if git diff --exit-code HEAD^; then exit 0; fi
+ if git diff --exit-code HEAD^; then echo "Nothing changed in rustc, skipping PR"; exit 0; fi
125
# The diff is non-empty, create a PR.
126
BRANCH="rustup-$(date -u +%Y-%m-%d)"
127
git switch -c $BRANCH
0 commit comments