Files
canada-kaktus/.woodpecker/pr.yaml
Tobias Trabelsi 81ae66d4f4
Some checks failed
ci/woodpecker/pr/pr Pipeline failed
fix(ci): remove notify step
2025-10-05 23:21:37 +02:00

18 lines
339 B
YAML

when:
- event: pull_request
steps:
test:
image: golang:1.24
commands:
- go test ./...
pr-build:
image: woodpeckerci/plugin-docker-buildx
settings:
platforms: linux/arm64/v8,linux/amd64
repo: lerentis/woodpecker-autoscaler
tags:
- latest
- ${CI_COMMIT_SHA}
dry-run: true