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:
commit
2401e6b74a
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue