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