Skip to content

Commit bf7d596

Browse files
committed
debug
1 parent e791971 commit bf7d596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ jobs:
990990
- 'examples/models/llama/**'
991991
992992
test-static-llama-qnn-eval-linux:
993-
needs: changes # has dependency on changes jobs defined above
993+
# needs: changes # has dependency on changes jobs defined above
994994
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

0 commit comments

Comments
 (0)