Commit 8117c7a5 authored by nimrod's avatar nimrod
Browse files

Notify on failed scheduled runs only.

parent 91517228
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
---
notify on failure:
  stage: .post
  rules:
    - if: $CI_PIPELINE_SOURCE == "schedule"
      when: on_failure
  image: registry.hub.docker.com/curlimages/curl:7.76.1
  script: