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 dc123d9 commit 11e377dCopy full SHA for 11e377d
.github/workflows/checks.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Run changelog update check
59
run: |
60
- git diff --quiet origin/main -- doc/changes
+ git diff --quiet origin/main -- exasol/toolbox/nox
61
echo "status: $?"
62
poetry run nox -s changelog:updated
63
0 commit comments