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