Commit 2d980a10 authored by Theo Rozier's avatar Theo Rozier
Browse files

ci/cd: Disable page job during the release cycle

parent ba320b77
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -528,7 +528,7 @@ pages:
      when: on_success
    # Comment this out on main branch when in release phase
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
      when: on_success
      when: manual
  script:
    - mv site public
    - echo "Pages accessible through ${CI_PAGES_URL}"