Skip to content

Commit dc123d9

Browse files
test 5
1 parent 471313b commit dc123d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Run changelog update check
5959
run: |
60-
git diff origin/main -- doc/changes
60+
git diff --quiet origin/main -- doc/changes
6161
echo "status: $?"
6262
poetry run nox -s changelog:updated
6363

0 commit comments

Comments
 (0)