Commit 7e0890d5 by Leonard Gram Committed by GitHub

Build: adds missing filters required to build oss msi (#21618)

parent a0b04559
...@@ -1211,6 +1211,7 @@ workflows: ...@@ -1211,6 +1211,7 @@ workflows:
- shellcheck - shellcheck
- mysql-integration-test - mysql-integration-test
- postgres-integration-test - postgres-integration-test
filters: *filter-only-master
- build-ee-msi: - build-ee-msi:
requires: requires:
- build-all-enterprise - build-all-enterprise
...@@ -1323,6 +1324,7 @@ workflows: ...@@ -1323,6 +1324,7 @@ workflows:
- shellcheck - shellcheck
- mysql-integration-test - mysql-integration-test
- postgres-integration-test - postgres-integration-test
filters: *filter-only-release
- build-ee-msi: - build-ee-msi:
requires: requires:
- build-all-enterprise - build-all-enterprise
......
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