MCPs/.woodpecker.yml
Tobias J. Endres 881d506e99
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
test: fix workflow labels to target yogabook
2026-06-23 17:40:56 +02:00

23 lines
381 B
YAML

kind: pipeline
type: docker
name: yogabook-test
platform:
os: linux
arch: amd64
steps:
- name: hello-world
image: alpine:latest
commands:
- echo "== YOGABOOK WORKER TEST =="
- echo "Hello from yogabook!"
- uname -a
- hostname
- echo "== TEST COMPLETE =="
when:
branch: test-yogabook
workflow:
labels:
gpu: nvidia940mx