exercises/.woodpecker/eowyn.yaml
chrboesch b27a6a4d1f Update .woodpecker/eowyn.yaml
separate steps
2025-09-24 23:18:49 +02:00

26 lines
485 B
YAML

steps:
- name: test-pr
image: ziglings/ziglang:latest
pull: true
commands:
- sh ./patches/eowyn.sh
when:
event: [pull_request]
- name: test-merge
image: ziglings/ziglang:latest
pull: true
commands:
- sh ./patches/eowyn.sh
when:
event: [push]
branch: [main]
- name: nightly
image: ziglings/ziglang:latest
pull: true
commands:
- sh ./patches/eowyn.sh
when:
event: [cron]
cron: daily*