blob: 9b2a4b75fcd5fbd24c9d4618496f6bdac53d9cd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
steps:
- name: eowyn
image: ziglings/ziglang:latest
pull: true
commands:
- sh ./patches/eowyn.sh
when:
event: [pull_request, push, cron]
ref:
- refs/pull/**
- refs/heads/main
cron: daily*
|