Commit 54232ad8 authored by Robert Speicher's avatar Robert Speicher Committed by Lin Jen-Shin

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 87f5682b
......@@ -201,7 +201,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