Skip to content

Commit e878e11

Browse files
committed
add qcom changes
1 parent 22f7f70 commit e878e11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trunk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -990,8 +990,8 @@ jobs:
990990
- 'examples/models/llama/**'
991991
992992
test-static-llama-qnn-eval-linux:
993-
# needs: changes # has dependency on changes jobs defined above
994-
# if: needs.changes.outputs.qnn == 'true'
993+
needs: changes # has dependency on changes jobs defined above
994+
if: needs.changes.outputs.qnn == 'true'
995995
name: test-static-llama-qnn-eval-linux
996996
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
997997
permissions:

0 commit comments

Comments
 (0)