Merge pull request 'Fixed woodpecker warnings' (#79) from pr78 into main

Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/79
This commit is contained in:
Chris Boesch 2024-04-10 21:02:13 +00:00
commit 9432c2b0fd
2 changed files with 8 additions and 8 deletions

8
.woodpecker/eowyn.yaml Normal file
View file

@ -0,0 +1,8 @@
steps:
- name: eowyn
image: ziglings/ziglang
commands:
- sh ./patches/eowyn.sh
when:
event: [push, cron]
cron: daily*

View file

@ -1,8 +0,0 @@
steps:
eowyn:
image: ziglings/ziglang:latest
pull: true
commands:
- sh ./patches/eowyn.sh
when:
event: [ push, cron ]