Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bryannho committed Feb 14, 2024
1 parent 712a9c5 commit 89a7816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
echo "PR does not contain no-changelog label";
echo "Checking if changelog is modified";
echo "If this test fails add the no-changelog label to the PR or modify the changelog"
python -m pkgmt.fail_if_invalid_changelog -b origin/main -i CHANGELOG.md
python -m pkgmt.fail_if_invalid_changelog -b origin/main -- debug
fi
else
exit 0
Expand Down

0 comments on commit 89a7816

Please sign in to comment.