Files
canada-kaktus/.woodpecker/pr.yaml
Tobias Trabelsi 56d8f38210
All checks were successful
PR Build / Test (pull_request) Successful in 2m33s
PR Build / Build_Image (pull_request) Successful in 2m29s
ci/woodpecker/pr/pr Pipeline was successful
simplify workflow
2025-10-05 23:42:01 +02:00

18 lines
327 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
repo: lerentis/woodpecker-autoscaler
tags:
- latest
- ${CI_COMMIT_SHA}
dry-run: true