File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 schedule :
66 # FIXME: Modify based on how often one wants to run these scheduled checks
7- - cron : ' 0 0 1 * *' # once a month
7+ - cron : ' 53 3 * * 0 ' # At 03:53 on Sunday
88jobs :
99 checks :
1010 name : Check
Original file line number Diff line number Diff line change 22 "$schema" : " https://raw.githubusercontent.com/ACCESS-NRI/schema/main/au.org.access-nri/model/configuration/ci/2-0-0.json" ,
33 "scheduled" : {
44 "default" : {
5- "markers" : " repro and (not slow)"
6- }
5+ "markers" : " (repro and (not repro_restart)) or access_esm1p6 or config"
6+ },
7+ "dev-preindustrial+concentrations" : { },
8+ "dev-4xCO2+concentrations" : { },
9+ "dev-1pctCO2" : { },
10+ "dev-historical+concentrations" : { },
11+ "dev-preindustrial+emissions" : { },
12+ "dev-flat10" : { },
13+ "dev-amip" : { },
14+ "dev-1pctCO2-rad" : { },
15+ "dev-1pctCO2-bgc" : { }
716 },
817 "reproducibility" : {
918 "default" : {
You can’t perform that action at this time.
0 commit comments