Browse Source

Merge pull request 'Fixed woodpecker warnings' (#79) from pr78 into main

Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/79
Chris Boesch 1 year ago
parent
commit
9432c2b0fd
2 changed files with 8 additions and 8 deletions
  1. 8 0
      .woodpecker/eowyn.yaml
  2. 0 8
      .woodpecker/eowyn.yml

+ 8 - 0
.woodpecker/eowyn.yaml

@@ -0,0 +1,8 @@
+steps:
+  - name: eowyn
+    image: ziglings/ziglang
+    commands:
+      - sh ./patches/eowyn.sh
+    when:
+      event: [push, cron]
+      cron: daily*

+ 0 - 8
.woodpecker/eowyn.yml

@@ -1,8 +0,0 @@
-steps:
-  eowyn:
-    image: ziglings/ziglang:latest
-    pull: true
-    commands:
-      - sh ./patches/eowyn.sh
-    when:
-      event: [ push, cron ]