From 0e7c2b75d381ebc3f93437c226ca6f26c946c6bd Mon Sep 17 00:00:00 2001 From: Yury Gaydaychuk Date: Fri, 19 Jul 2024 16:23:00 +0200 Subject: [PATCH] pr trigger --- .github/workflows/linux_cpu_dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux_cpu_dev.yml b/.github/workflows/linux_cpu_dev.yml index 94a8d308f54fe3..cae05e919bb56c 100644 --- a/.github/workflows/linux_cpu_dev.yml +++ b/.github/workflows/linux_cpu_dev.yml @@ -193,7 +193,7 @@ jobs: CPU_Functional_Tests: name: CPU functional tests # WA: currently, snippet tests are expectedly failing, we need green CI until all testcases will be fixed - if: ${{ github.event_name == 'workflow_dispatch'}} + if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.title, 'GHA-SNIPPETS') }} needs: [ Docker, Build, Smart_CI ] timeout-minutes: 30 runs-on: aks-linux-8-cores-32gb