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": {