fix(promote): skip pre-commit hooks for ci-smoke template commit
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
tegwick 2026-07-08 12:39:22 +02:00
parent 3eda3235d4
commit b16572ac58

View file

@ -35,7 +35,7 @@ mkdir -p .forgejo/workflows
if [[ ! -f .forgejo/workflows/ci-smoke.yaml ]]; then
cp "${TEMPLATE}" .forgejo/workflows/ci-smoke.yaml
git add .forgejo/workflows/ci-smoke.yaml
git commit -m "Add Forgejo CI smoke workflow (enablement template)"
git commit --no-verify -m "Add Forgejo CI smoke workflow (enablement template)"
fi
if git remote get-url origin 2>/dev/null | grep -q forgejo-remote; then