Commit 213f9e0f authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

no need for that check now

parent 20607ede
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,6 +17,6 @@
  rules:
    - if: $DISABLE_UPDATE_CHECK
      when: never
    - if: $UPDATE_CHECK_REPOSITORY && $UPDATE_CHECK_CURRENT_VERSION # && $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
    # - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
  allow_failure: true
  needs: []