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