Skip to content

Commit a908d98

Browse files
ci: Show the diff when the CI workflow isn't clean
1 parent ddc19a1 commit a908d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_freshness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: Fail if anything changed
2626
run: |
2727
git add .
28-
git diff --quiet --exit-code --cached || (echo "Please regenerate the docs.yml CI script" && exit 1)
28+
git diff --exit-code --cached || (echo "Please regenerate the docs.yml CI script" && exit 1)

0 commit comments

Comments
 (0)