Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/79
@@ -0,0 +1,8 @@
+steps:
+ - name: eowyn
+ image: ziglings/ziglang
+ commands:
+ - sh ./patches/eowyn.sh
+ when:
+ event: [push, cron]
+ cron: daily*
@@ -1,8 +0,0 @@
-steps:
- eowyn:
- image: ziglings/ziglang:latest
- pull: true
- commands:
- - sh ./patches/eowyn.sh
- when:
- event: [ push, cron ]