From f1921e64d844dc0fc078dd442b0b9f9115b48bb1 Mon Sep 17 00:00:00 2001 From: chrboesch Date: Wed, 24 Sep 2025 23:21:59 +0200 Subject: [PATCH] Update .woodpecker/eowyn.yaml try with branch 'main' --- .woodpecker/eowyn.yaml | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/.woodpecker/eowyn.yaml b/.woodpecker/eowyn.yaml index b84c3e8..c78deb0 100644 --- a/.woodpecker/eowyn.yaml +++ b/.woodpecker/eowyn.yaml @@ -1,26 +1,10 @@ steps: - - name: test-pr + - name: eowyn image: ziglings/ziglang:latest pull: true commands: - sh ./patches/eowyn.sh when: - event: [pull_request] - - - name: test-merge - image: ziglings/ziglang:latest - pull: true - commands: - - sh ./patches/eowyn.sh - when: - event: [push] - branch: [main] - - - name: nightly - image: ziglings/ziglang:latest - pull: true - commands: - - sh ./patches/eowyn.sh - when: - event: [cron] + event: [pull_request, push, cron] + branch: main cron: daily* \ No newline at end of file