1
0
Fork 0
mirror of https://codeberg.org/ziglings/exercises.git synced 2025-06-08 01:57:02 +09:00

Fixed woodpecker warnings

This commit is contained in:
Chris Boesch 2024-04-10 22:21:23 +02:00
parent 7491e3df91
commit 0f16f262ca
No known key found for this signature in database
GPG key ID: 8712DF4D3E364668
2 changed files with 8 additions and 11 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,11 +0,0 @@
steps:
eowyn:
image: ziglings/ziglang
commands:
- sh ./patches/eowyn.sh
when:
events:
- push
- pull-requests
- cron
cron: "Daily"