Update ci.yml

This commit is contained in:
2025-12-18 17:14:01 -06:00
parent c0b06feaa4
commit c3a579969c

View File

@@ -172,7 +172,6 @@ jobs:
set -euo pipefail
echo "Checking for changelog update or verification scripts"
if [ -f "scripts/update_changelog.sh" ]; then
echo "Running scripts/update_changelog.sh --ci"
bash scripts/update_changelog.sh --ci
elif [ -f "scripts/verify_changelog.sh" ]; then