From 881d506e99dd962bf36b08a637ea557844f7529b Mon Sep 17 00:00:00 2001 From: "Tobias J. Endres" Date: Tue, 23 Jun 2026 17:40:56 +0200 Subject: [PATCH] test: fix workflow labels to target yogabook --- .woodpecker.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 65de8a0..fd5eb3f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,4 +1,3 @@ -# Test pipeline for yogabook worker verification kind: pipeline type: docker name: yogabook-test @@ -11,9 +10,14 @@ steps: - name: hello-world image: alpine:latest commands: - - echo "=== YOGABOOK WORKER TEST ===" + - echo "== YOGABOOK WORKER TEST ==" - echo "Hello from yogabook!" - uname -a - - echo "=== TEST COMPLETE ===" + - hostname + - echo "== TEST COMPLETE ==" when: branch: test-yogabook + +workflow: + labels: + gpu: nvidia940mx