2024-04-10 22:56:33 +02:00
|
|
|
steps:
|
|
|
|
- name: eowyn
|
2024-04-24 14:20:57 +00:00
|
|
|
image: ziglings/ziglang:latest
|
2024-04-24 14:40:01 +00:00
|
|
|
pull: true
|
2024-04-10 22:56:33 +02:00
|
|
|
commands:
|
|
|
|
- sh ./patches/eowyn.sh
|
|
|
|
when:
|
2024-06-25 09:11:04 +00:00
|
|
|
event: [pull_request, push, cron]
|
2024-04-10 22:56:33 +02:00
|
|
|
cron: daily*
|