Skip to content
Snippets Groups Projects
Commit 54232ad8 authored by Robert Speicher's avatar Robert Speicher Committed by Lin Jen-Shin
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 87f5682b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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:
Loading
Loading
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