From 90f9873cadcba24947c9caa3a214c333040924c8 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sun, 4 May 2025 09:38:28 +0200 Subject: [PATCH] Allow test jobs to be ran manually --- .woodpecker/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/tests.yaml b/.woodpecker/tests.yaml index e64b9d6..ba3a4ad 100644 --- a/.woodpecker/tests.yaml +++ b/.woodpecker/tests.yaml @@ -1,5 +1,6 @@ when: - event: push + - event: manual steps: - name: python tests