Skip to content

Commit

Permalink
Test pr check
Browse files Browse the repository at this point in the history
  • Loading branch information
Che-Yu Wu committed Apr 19, 2023
1 parent 6e5b2d2 commit d2b6dc4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -974,11 +974,10 @@ jobs:
# Moto Edge X30 gets us covered on Adreno GPU.
test_script: "IREE_LABEL_EXCLUDE=vulkan ./build_tools/cmake/test_android.sh"
test_on_pr: false
# TODO: Uncomment before submit.
if: |
fromJson(needs.setup.outputs.should-run)
# TODO: Uncomment before submit.
# && (matrix.target.test_on_pr || ! fromJson(needs.setup.outputs.is-pr))
# Show the concise name of matrix job.
&& (matrix.target.test_on_pr || ! fromJson(needs.setup.outputs.is-pr))
name: test_${{ matrix.target.platform }}_${{ matrix.target.arch }}_on_${{ matrix.target.device_name }}
runs-on:
- self-hosted # must come first
Expand Down

0 comments on commit d2b6dc4

Please sign in to comment.