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