2023-10-04 14:48:47 +02:00
|
|
|
steps:
|
|
|
|
eowyn:
|
2023-10-24 10:23:10 +00:00
|
|
|
image: ziglings/ziglang:latest
|
|
|
|
pull: true
|
2023-10-04 14:48:47 +02:00
|
|
|
commands:
|
|
|
|
- sh ./patches/eowyn.sh
|
|
|
|
when:
|
2024-03-24 15:45:53 +00:00
|
|
|
events: ["pull-requests", "push", "cron"]
|
|
|
|
cron: "Daily"
|