Skip to content

Commit f060407

Browse files
authored
Disable CPU inference on PRs (#4590)
Currently paused in the GitHub UI, so this does not have an impact on the current changes.
1 parent 4199dc2 commit f060407

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/cpu-inference.yml

-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
name: cpu-inference
22

33
on:
4-
pull_request:
5-
paths-ignore:
6-
- 'docs/**'
7-
- 'blogs/**'
84
workflow_dispatch:
9-
merge_group:
10-
branches: [ master ]
115

126
concurrency:
137
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)