mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-08 10:07:01 +09:00
Fixed woodpecker warnings
This commit is contained in:
parent
7491e3df91
commit
0f16f262ca
2 changed files with 8 additions and 11 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,11 +0,0 @@
|
||||||
steps:
|
|
||||||
eowyn:
|
|
||||||
image: ziglings/ziglang
|
|
||||||
commands:
|
|
||||||
- sh ./patches/eowyn.sh
|
|
||||||
when:
|
|
||||||
events:
|
|
||||||
- push
|
|
||||||
- pull-requests
|
|
||||||
- cron
|
|
||||||
cron: "Daily"
|
|
Loading…
Add table
Add a link
Reference in a new issue