Skip to content

Commit

Permalink
Enable postsubmit guard
Browse files Browse the repository at this point in the history
  • Loading branch information
Che-Yu Wu committed Apr 19, 2023
1 parent 759d30e commit 764401e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_and_test_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,9 @@ jobs:
echo "target-build-dir-gcs-artifact=${TARGET_BUILD_DIR_GCS_ARTIFACT}" >> "${GITHUB_OUTPUT}"
test:
needs: cross_compile
# These physical devices are not scalable. Only run on postsubmit for now.
# TODO: Uncomment before submit.
# if: ! inputs.is-pr
if: ! inputs.is-pr
needs: cross_compile
strategy:
matrix:
# TODO(#9855): Add Pixel-6-Pro and XT2201-2
Expand Down

0 comments on commit 764401e

Please sign in to comment.