From 7b4a1c9caf38ef5e193dc30e706e7bb72e71f62a Mon Sep 17 00:00:00 2001 From: Dougie Squire <42455466+dougiesquire@users.noreply.github.com> Date: Wed, 19 Mar 2025 09:43:17 +1100 Subject: [PATCH] Update CI test markers --- config/ci.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ci.json b/config/ci.json index e7243005..d5660455 100644 --- a/config/ci.json +++ b/config/ci.json @@ -2,12 +2,12 @@ "$schema": "https://raw.githubusercontent.com/ACCESS-NRI/schema/main/au.org.access-nri/model/configuration/ci/2-0-0.json", "scheduled": { "default": { - "markers": "checksum" + "markers": "repro and (not slow)" } }, "reproducibility": { "default": { - "markers": "checksum or checksum_slow" + "markers": "repro and (not repro_restart)" } }, "qa": {