From abde90ddc335ae9f45d4e0cccec3353317e1b926 Mon Sep 17 00:00:00 2001 From: Alexander Velikanov Date: Wed, 5 Feb 2025 08:06:31 -0300 Subject: [PATCH 1/3] test --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d910b0499..ad846d56b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,4 @@ +#1 name: B2C-MP-CI on: From 08b54109d60fed908215f95679346934e4d168dc Mon Sep 17 00:00:00 2001 From: Alexander Velikanov Date: Wed, 5 Feb 2025 14:34:22 -0300 Subject: [PATCH 2/3] FRW-9444 Trigger jobs on unlabeled --- .github/workflows/ci.yml | 3 +-- .github/workflows/robot-ui-e2e-tests.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad846d56b0..0ae0c24bc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,8 @@ -#1 name: B2C-MP-CI on: pull_request: - types: [ labeled, synchronize ] + types: [ labeled, unlabeled, synchronize ] push: branches: - master diff --git a/.github/workflows/robot-ui-e2e-tests.yml b/.github/workflows/robot-ui-e2e-tests.yml index 24ad5814dc..4d2627be1d 100644 --- a/.github/workflows/robot-ui-e2e-tests.yml +++ b/.github/workflows/robot-ui-e2e-tests.yml @@ -2,7 +2,7 @@ name: "[mp_b2c][master] Robot Regression UI E2E" on: pull_request: - types: [ labeled, synchronize ] + types: [ labeled, unlabeled, synchronize ] push: branches: - master From 9e76f14fe9412f7e9326badc94b8088656203435 Mon Sep 17 00:00:00 2001 From: Alexander Velikanov Date: Wed, 5 Feb 2025 14:41:59 -0300 Subject: [PATCH 3/3] Revert "FRW-9444 Trigger jobs on unlabeled" This reverts commit 08b54109d60fed908215f95679346934e4d168dc. --- .github/workflows/ci.yml | 3 ++- .github/workflows/robot-ui-e2e-tests.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ae0c24bc8..ad846d56b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,9 @@ +#1 name: B2C-MP-CI on: pull_request: - types: [ labeled, unlabeled, synchronize ] + types: [ labeled, synchronize ] push: branches: - master diff --git a/.github/workflows/robot-ui-e2e-tests.yml b/.github/workflows/robot-ui-e2e-tests.yml index 4d2627be1d..24ad5814dc 100644 --- a/.github/workflows/robot-ui-e2e-tests.yml +++ b/.github/workflows/robot-ui-e2e-tests.yml @@ -2,7 +2,7 @@ name: "[mp_b2c][master] Robot Regression UI E2E" on: pull_request: - types: [ labeled, unlabeled, synchronize ] + types: [ labeled, synchronize ] push: branches: - master