mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
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:
commit
9432c2b0fd
2 changed files with 8 additions and 8 deletions
8
.woodpecker/eowyn.yaml
Normal file
8
.woodpecker/eowyn.yaml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
steps:
|
||||||
|
- name: eowyn
|
||||||
|
image: ziglings/ziglang
|
||||||
|
commands:
|
||||||
|
- sh ./patches/eowyn.sh
|
||||||
|
when:
|
||||||
|
event: [push, cron]
|
||||||
|
cron: daily*
|
|
@ -1,8 +0,0 @@
|
||||||
steps:
|
|
||||||
eowyn:
|
|
||||||
image: ziglings/ziglang:latest
|
|
||||||
pull: true
|
|
||||||
commands:
|
|
||||||
- sh ./patches/eowyn.sh
|
|
||||||
when:
|
|
||||||
event: [ push, cron ]
|
|
Loading…
Reference in a new issue