test/.woodpecker/test.yml
Robert Kaussow 932f39a3a0
All checks were successful
ci/woodpecker/pr/demo Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
add conditions
2023-12-07 16:03:32 +01:00

26 lines
370 B
YAML

---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
test_1:
image: "alpine"
commands:
- echo 'Test 1'
- sleep 10
test_2:
image: "alpine"
commands:
- echo 'Test 2'
- sleep 5
test_3:
image: "alpine"
commands:
- echo 'Test 3'
- sleep 5