steps:
  eowyn:
    image: ziglings/ziglang:latest
    pull: true
    commands:
      - sh ./patches/eowyn.sh
    when:
      events: ["pull-requests", "push", "cron"]
        cron: "Daily"