mirror of https://github.com/citusdata/citus.git
Merge pull request #4023 from citusdata/dont-check-merge-to-enterprise-release
Don't check-merge-to-enterprise for release branchespull/4025/head
commit
50b2c5a7aa
|
@ -293,7 +293,12 @@ workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build_and_test:
|
build_and_test:
|
||||||
jobs:
|
jobs:
|
||||||
- check-merge-to-enterprise
|
- check-merge-to-enterprise:
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
ignore:
|
||||||
|
- /release-[0-9]+\.[0-9]+.*/ # match with releaseX.Y.*
|
||||||
|
|
||||||
- build
|
- build
|
||||||
- check-style
|
- check-style
|
||||||
- check-sql-snapshots
|
- check-sql-snapshots
|
||||||
|
|
Loading…
Reference in New Issue