Skip to content

Commit a70638c

Browse files
test 15
1 parent fd8c312 commit a70638c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,7 @@ jobs:
5757
python-version: "3.9"
5858

5959
- name: Run changelog update check
60-
run: |
61-
git branch
62-
git diff --quiet origin/main -- doc/changes
63-
echo "status: $?"
64-
poetry run nox -s changelog:updated
60+
run: poetry run nox -s changelog:updated
6561

6662
build-matrix:
6763
name: Generate Build Matrix

0 commit comments

Comments
 (0)