From 019fc2087393e3a8de6f2b48dad7c451ddc2d671 Mon Sep 17 00:00:00 2001 From: Alexander Velikanov Date: Fri, 17 Jan 2025 12:08:13 -0300 Subject: [PATCH] FRW-9711 Move FE tests to functional --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70c51c8da4..75e5a84768 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -696,7 +696,7 @@ jobs: runs-on: ubuntu-20.04 if: > !contains(github.event.pull_request.head.ref, 'hackathon') - && (contains(github.event.pull_request.labels.*.name, 'run-ui-ci') + && (contains(github.event.pull_request.labels.*.name, 'run-functional-ci') || contains(github.event.pull_request.labels.*.name, 'run-all-ci')) env: PROGRESS_TYPE: plain