From 1549545cc37d7a334fc772330f7cf7a9e1592d7e Mon Sep 17 00:00:00 2001 From: Ilya Kheifets Date: Thu, 5 Dec 2024 14:34:02 +0100 Subject: [PATCH] chore: test on ci Signed-off-by: Ilya Kheifets --- .github/workflows/ci-main.yaml | 4 ++-- .github/workflows/ci-ui-tests.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-main.yaml b/.github/workflows/ci-main.yaml index 4aa71979c..c7a980022 100644 --- a/.github/workflows/ci-main.yaml +++ b/.github/workflows/ci-main.yaml @@ -133,7 +133,7 @@ jobs: needs: - integration-tests-check runs-on: ubuntu-latest - if: "contains(needs.integration-tests-check.outputs.commit_message, '[run-int-tests]') || github.ref_name == 'refs/heads/develop'" + if: "contains(needs.integration-tests-check.outputs.commit_message, '[run-int-tests]') || github.ref_name == 'refs/heads/chore/run-all-tests-suite-on-merge-develop'" timeout-minutes: 120 steps: - name: Checkout Project @@ -159,7 +159,7 @@ jobs: needs: - integration-tests-check runs-on: ubuntu-latest - if: "contains(needs.integration-tests-check.outputs.commit_message, '[run-int-tests]') || github.ref_name == 'refs/heads/develop'" + if: "contains(needs.integration-tests-check.outputs.commit_message, '[run-int-tests]') || github.ref_name == 'refs/heads/chore/run-all-tests-suite-on-merge-develop'" timeout-minutes: 120 steps: - name: Checkout Project diff --git a/.github/workflows/ci-ui-tests.yaml b/.github/workflows/ci-ui-tests.yaml index f1521c054..7f7109233 100644 --- a/.github/workflows/ci-ui-tests.yaml +++ b/.github/workflows/ci-ui-tests.yaml @@ -37,7 +37,7 @@ jobs: needs: - ui-tests-check runs-on: ubuntu-latest - if: "contains(needs.ui-tests-check.outputs.commit_message, '[run-ui-tests]') || github.ref_name == 'refs/heads/develop'" + if: "contains(needs.ui-tests-check.outputs.commit_message, '[run-ui-tests]') || github.ref_name == 'refs/heads/chore/run-all-tests-suite-on-merge-develop'" timeout-minutes: 120 env: CI_EXECUTION_TYPE: ci