Skip to content
Snippets Groups Projects
Commit cc1d6344 authored by Robert Speicher's avatar Robert Speicher Committed by DJ Mountney
Browse files

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
No related branches found
No related tags found
Loading
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment