Skip to content

Commit ea37202

Browse files
authored
CI: Enable trunk jobs on PRs (#14087)
1 parent 5948238 commit ea37202

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/trunk.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ on:
88
tags:
99
- ciflow/trunk/*
1010
pull_request:
11-
paths:
12-
- .ci/docker/ci_commit_pins/pytorch.txt
13-
- .ci/scripts/**
14-
branches:
15-
- main
16-
- release/*
1711
workflow_dispatch:
1812

1913
concurrency:
@@ -1005,4 +999,4 @@ jobs:
1005999
.ci/scripts/setup-windows.ps1
10061000
10071001
powershell .ci/scripts/test_model.ps1 -modelName ${{ matrix.model }} -backend ${{ matrix.backend }}
1008-
}"
1002+
}"

0 commit comments

Comments
 (0)