Commit a210e095 authored by Théo Rozier's avatar Théo Rozier
Browse files

Merge branch 'disable-page-job-on-main' into 'main'

Disable page job during the release cycle (10.3.0)

From #1516 

EDIT: With @bourtemb, we ended up just putting the job as "manual" so we can merge it immediately, while keeping somewhat the previous behavior, until work is done on #1529 (ping @thomasives).

See merge request !1569
parents ba320b77 2d980a10
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}"