We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5948238 commit ea37202Copy full SHA for ea37202
.github/workflows/trunk.yml
@@ -8,12 +8,6 @@ on:
8
tags:
9
- ciflow/trunk/*
10
pull_request:
11
- paths:
12
- - .ci/docker/ci_commit_pins/pytorch.txt
13
- - .ci/scripts/**
14
- branches:
15
- - main
16
- - release/*
17
workflow_dispatch:
18
19
concurrency:
@@ -1005,4 +999,4 @@ jobs:
1005
999
.ci/scripts/setup-windows.ps1
1006
1000
1007
1001
powershell .ci/scripts/test_model.ps1 -modelName ${{ matrix.model }} -backend ${{ matrix.backend }}
1008
- }"
1002
+ }"
0 commit comments