From e3d4dd012760ca5d20bfe5f9089ced164561091a Mon Sep 17 00:00:00 2001 From: Kelly Date: Thu, 11 Dec 2025 00:44:29 -0700 Subject: [PATCH] fix(ci): Fix Woodpecker config - remove invalid top-level when MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .woodpecker/{.ci.yml => ci.yml} | 3 --- 1 file changed, 3 deletions(-) rename .woodpecker/{.ci.yml => ci.yml} (99%) diff --git a/.woodpecker/.ci.yml b/.woodpecker/ci.yml similarity index 99% rename from .woodpecker/.ci.yml rename to .woodpecker/ci.yml index 4fa3512d..1038f3b2 100644 --- a/.woodpecker/.ci.yml +++ b/.woodpecker/ci.yml @@ -1,6 +1,3 @@ -when: - - event: [push, pull_request] - steps: # =========================================== # PR VALIDATION: Parallel type checks (PRs only)