mirror of https://github.com/citusdata/citus.git
Don't run check-merge-to-enterprise for release branches
(cherry picked from commit 1c6439d1af
)
pull/4206/head
parent
3de2d2868d
commit
61ab7006d0
|
@ -287,7 +287,12 @@ workflows:
|
|||
version: 2
|
||||
build_and_test:
|
||||
jobs:
|
||||
- check-merge-to-enterprise
|
||||
- check-merge-to-enterprise:
|
||||
filters:
|
||||
branches:
|
||||
ignore:
|
||||
- /release-[0-9]+\.[0-9]+.*/ # match with releaseX.Y.*
|
||||
|
||||
- build
|
||||
- check-style
|
||||
- check-sql-snapshots
|
||||
|
|
Loading…
Reference in New Issue