From f060407829f87da32a267a60d26d13a68dc11c61 Mon Sep 17 00:00:00 2001 From: Logan Adams <114770087+loadams@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:15:43 -0700 Subject: [PATCH] Disable CPU inference on PRs (#4590) Currently paused in the GitHub UI, so this does not have an impact on the current changes. --- .github/workflows/cpu-inference.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/cpu-inference.yml b/.github/workflows/cpu-inference.yml index 2cf7c02923b9..521fe2b5bea4 100644 --- a/.github/workflows/cpu-inference.yml +++ b/.github/workflows/cpu-inference.yml @@ -1,13 +1,7 @@ name: cpu-inference on: - pull_request: - paths-ignore: - - 'docs/**' - - 'blogs/**' workflow_dispatch: - merge_group: - branches: [ master ] concurrency: group: ${{ github.workflow }}-${{ github.ref }}