BigW Consortium Gitlab

Commit cc1d6344 by Robert Speicher Committed by DJ Mountney

Merge branch 'no-downtime-check-stable' into 'master'

Don't run the downtime check on stable branches, or tags/master See merge request !10794
parent 23b39789
......@@ -193,7 +193,13 @@ rake config_lint: *exec
rake brakeman: *exec
rake flay: *exec
license_finder: *exec
rake downtime_check: *exec
rake downtime_check:
<<: *exec
except:
- master
- tags
- /^[\d-]+-stable(-ee)?$/
rake ee_compat_check:
<<: *exec
only:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment