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 0952747 commit b48cfedCopy full SHA for b48cfed
.github/workflows/_android.yml
@@ -54,7 +54,8 @@ jobs:
54
build-llm-demo:
55
name: build-llm-demo
56
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
57
- if: ${{ steps.check_path.outputs.should_run }} == '1'
+ needs: check_path
58
+ if: ${{ needs.check_path.outputs.should_run }} == '1'
59
with:
60
runner: linux.2xlarge
61
docker-image: executorch-ubuntu-22.04-clang12-android
0 commit comments