Skip to content

Commit b48cfed

Browse files
committed
Needs
1 parent 0952747 commit b48cfed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_android.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
build-llm-demo:
5555
name: build-llm-demo
5656
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
57-
if: ${{ steps.check_path.outputs.should_run }} == '1'
57+
needs: check_path
58+
if: ${{ needs.check_path.outputs.should_run }} == '1'
5859
with:
5960
runner: linux.2xlarge
6061
docker-image: executorch-ubuntu-22.04-clang12-android

0 commit comments

Comments
 (0)