Commit c2221a3e authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

chore: use workflow rules

parent 3409cb79
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -13,6 +13,14 @@
# program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth 
# Floor, Boston, MA  02110-1301, USA.
# =========================================================================================
# default workflow rules
workflow:
  rules:
    # exclude merge requests
    - if: $CI_MERGE_REQUEST_ID
      when: never
    - when: always

variables:
  # variabilized tracking image
  TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
@@ -223,7 +231,4 @@ mkdocs:
    paths:
      - ${MKD_WORKSPACE_DIR}/${MKD_SITE_DIR}
    expire_in: 1 day
  rules:
    # exclude merge requests
    - if: '$CI_MERGE_REQUEST_ID == null'