From 44b180b7832e5c23717e00712195421f36c3c212 Mon Sep 17 00:00:00 2001 From: johba Date: Sat, 28 Mar 2026 14:38:35 +0000 Subject: [PATCH] fix: remove lib/env.sh from smoke-init path filter env.sh changes don't need a full Forgejo init smoke test. Prevents 40-minute CI hangs on env fixes. Co-Authored-By: Claude Opus 4.6 (1M context) --- .woodpecker/smoke-init.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.woodpecker/smoke-init.yml b/.woodpecker/smoke-init.yml index b94d904..80327fa 100644 --- a/.woodpecker/smoke-init.yml +++ b/.woodpecker/smoke-init.yml @@ -11,7 +11,6 @@ when: event: [push, pull_request] path: - "bin/disinto" - - "lib/env.sh" - "lib/load-project.sh" - "tests/smoke-init.sh" - ".woodpecker/smoke-init.yml"