We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec287e commit 7b4a1c9Copy full SHA for 7b4a1c9
1 file changed
config/ci.json
@@ -2,12 +2,12 @@
2
"$schema": "https://raw.githubusercontent.com/ACCESS-NRI/schema/main/au.org.access-nri/model/configuration/ci/2-0-0.json",
3
"scheduled": {
4
"default": {
5
- "markers": "checksum"
+ "markers": "repro and (not slow)"
6
}
7
},
8
"reproducibility": {
9
10
- "markers": "checksum or checksum_slow"
+ "markers": "repro and (not repro_restart)"
11
12
13
"qa": {
0 commit comments