From 4ce448b4c015a44e355b36d954e9007c2086a122 Mon Sep 17 00:00:00 2001 From: openhands Date: Fri, 27 Mar 2026 06:55:26 +0000 Subject: [PATCH] ci: run agent-smoke only on PRs, not push events Push events test the raw branch which may be behind main. PR events test the merge result, which is what matters. This eliminates false CI failures that block the dev-agent. --- .woodpecker/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker/ci.yml b/.woodpecker/ci.yml index 61b8586..08ae24d 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -16,6 +16,8 @@ steps: - name: agent-smoke image: alpine:3 + when: + event: pull_request commands: - apk add --no-cache bash - bash .woodpecker/agent-smoke.sh