MM-53090: Do not run PG binary tests on master (#23688)
https://mattermost.atlassian.net/browse/MM-53090 ```release-note NONE ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8194817d54
Коммит
f4539bc65a
2
.github/workflows/server-ci-template.yml
поставляемый
2
.github/workflows/server-ci-template.yml
поставляемый
@@ -71,7 +71,6 @@ jobs:
|
|||||||
run: make setup-go-work
|
run: make setup-go-work
|
||||||
- name: Run golangci
|
- name: Run golangci
|
||||||
run: make golangci-lint
|
run: make golangci-lint
|
||||||
|
|
||||||
check-gen-serialized:
|
check-gen-serialized:
|
||||||
name: Check serialization methods for hot structs
|
name: Check serialization methods for hot structs
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
@@ -226,6 +225,7 @@ jobs:
|
|||||||
make mmctl-docs
|
make mmctl-docs
|
||||||
if [[ -n $(git status --porcelain) ]]; then echo "Please update the mmctl docs using make mmctl-docs"; exit 1; fi
|
if [[ -n $(git status --porcelain) ]]; then echo "Please update the mmctl docs using make mmctl-docs"; exit 1; fi
|
||||||
test-postgres-binary:
|
test-postgres-binary:
|
||||||
|
if: github.ref_name != 'master' # Do not run postgres binary tests on master
|
||||||
name: Postgres with binary parameters
|
name: Postgres with binary parameters
|
||||||
needs: check-mattermost-vet
|
needs: check-mattermost-vet
|
||||||
uses: ./.github/workflows/server-test-template.yml
|
uses: ./.github/workflows/server-test-template.yml
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user