Skip to content

Commit

Permalink
pr trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-intel committed Jul 24, 2024
1 parent f387838 commit 0e7c2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_cpu_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e7c2b7

Please sign in to comment.