From 09be61cf72d1dbdc2712e1fc3662087c47415af2 Mon Sep 17 00:00:00 2001 From: Linar Abzaltdinov Date: Sun, 8 Jun 2025 00:59:22 +0300 Subject: [PATCH 1/2] fix build integration tests Signed-off-by: Linar Abzaltdinov --- .github/workflows/maven-integration-tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven-integration-tests.yml b/.github/workflows/maven-integration-tests.yml index 38e1c63..0a6546d 100644 --- a/.github/workflows/maven-integration-tests.yml +++ b/.github/workflows/maven-integration-tests.yml @@ -1,14 +1,13 @@ name: PR Merged build (with integration tests) on: - pull_request: + push: branches: - main - release/* - types: [closed] jobs: - build: + integration-tests: runs-on: ubuntu-latest steps: From ba35f26cfadfd9aa5104249abe18284c3d542ace Mon Sep 17 00:00:00 2001 From: Linar Abzaltdinov Date: Sun, 8 Jun 2025 01:04:04 +0300 Subject: [PATCH 2/2] fix build integration tests Signed-off-by: Linar Abzaltdinov --- .github/workflows/maven-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-integration-tests.yml b/.github/workflows/maven-integration-tests.yml index 0a6546d..318c251 100644 --- a/.github/workflows/maven-integration-tests.yml +++ b/.github/workflows/maven-integration-tests.yml @@ -1,4 +1,4 @@ -name: PR Merged build (with integration tests) +name: Integration tests on: push: