Browse Source

Update .woodpecker/eowyn.yml

fix warning
Chris Boesch 1 year ago
parent
commit
8e6612a59d
1 changed files with 2 additions and 5 deletions
  1. 2 5
      .woodpecker/eowyn.yml

+ 2 - 5
.woodpecker/eowyn.yml

@@ -5,8 +5,5 @@ steps:
     commands:
       - sh ./patches/eowyn.sh
     when:
-      events:
-        - push
-        - pull-requests
-        - cron
-      cron: "Daily"
+      events: ["pull-requests", "push", "cron"]
+        cron: "Daily"