Skip to content

Commit 30a0d8f

Browse files
test 8
1 parent 07d33e0 commit 30a0d8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: SCM Checkout
4949
uses: actions/checkout@v4
5050
with:
51-
fetch-depth: 0
51+
fetch-tags: 'origin/main'
5252

5353
- name: Setup Python & Poetry Environment
5454
uses: ./.github/actions/python-environment
@@ -57,8 +57,8 @@ jobs:
5757

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

0 commit comments

Comments
 (0)