From a64d8af9475290608ee61ece62387023293b4099 Mon Sep 17 00:00:00 2001 From: Oleh Bairak Date: Mon, 5 Feb 2024 18:39:09 +0100 Subject: [PATCH] fix: new one --- .github/workflows/app-e2e.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/app-e2e.yml b/.github/workflows/app-e2e.yml index 6d629e4f72..c4384ae862 100644 --- a/.github/workflows/app-e2e.yml +++ b/.github/workflows/app-e2e.yml @@ -47,16 +47,16 @@ jobs: fail-fast: false matrix: tags: [ - "@artifactsSet1", - "@artifactsSet2", - "@artifactsSet3", - "@artifactsSet4", - "@redirectionSet1", - "@redirectionSet2", - "@redirectionSet3", - "@copying", + # "@artifactsSet1", + # "@artifactsSet2", + # "@artifactsSet3", + # "@artifactsSet4", + # "@redirectionSet1", + # "@redirectionSet2", + # "@redirectionSet3", + # "@copying", "@search", - "@testnetSmokeSuite" + # "@testnetSmokeSuite" ] name: '${{ matrix.tags }}'