mirror of https://github.com/citusdata/citus.git
Don't run check-merge-to-enterprise for release branches
parent
f3a01482b4
commit
1c6439d1af
|
@ -293,7 +293,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