Skip to content

Commit

Permalink
Disable CPU inference on PRs (#4590)
Browse files Browse the repository at this point in the history
Currently paused in the GitHub UI, so this does not have an impact on
the current changes.
  • Loading branch information
loadams authored Oct 31, 2023
1 parent 4199dc2 commit f060407
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cpu-inference.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down

0 comments on commit f060407

Please sign in to comment.