Merge pull request 'ci: run agent-smoke only on PRs, not push events' (#791) from ci/smoke-pr-only into main

Reviewed-on: https://codeberg.org/johba/disinto/pulls/791
This commit is contained in:
johba 2026-03-27 07:56:07 +01:00
commit 2401e6b74a

View file

@ -16,6 +16,8 @@ steps:
- name: agent-smoke - name: agent-smoke
image: alpine:3 image: alpine:3
when:
event: pull_request
commands: commands:
- apk add --no-cache bash - apk add --no-cache bash
- bash .woodpecker/agent-smoke.sh - bash .woodpecker/agent-smoke.sh