Update '.woodpecker/test.yml'
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/cron/build Pipeline was successful
ci/woodpecker/cron/test Pipeline was successful

This commit is contained in:
2023-03-11 15:05:47 +01:00
parent a5cb3fd141
commit dd6d4aeb1b

View File

@@ -1,8 +1,22 @@
pipeline: pipeline:
build_and_publish: nan:
image: alpine image: alpine
commands: commands:
- echo nan - echo nan
- echo from ${CI_BUILD_EVENT} - echo from ${CI_BUILD_EVENT}
when: when:
event: [push, tag, deployment] event: cron
cron: nan
job1:
image: alpine
commands:
- echo job1
- echo from ${CI_BUILD_EVENT}
when:
event: cron
cron: job1
normal:
image: alpine
commands:
- echo normal
- echo from ${CI_BUILD_EVENT}