Skip to content

Commit

Permalink
add var CHANGES_NOT_SENT_FOR_REVIEW
Browse files Browse the repository at this point in the history
  • Loading branch information
anhappdev committed Jun 1, 2024
1 parent 76d6d1d commit 2205b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ jobs:
- build-android-apk
- test-android-apk-tflite
runs-on: ubuntu-22.04
# if: github.ref == 'refs/heads/master'
# if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v4
- name: Set up authentication for Google Cloud SDK
Expand All @@ -352,4 +352,4 @@ jobs:
serviceAccountJsonPlainText: ${{ secrets.GCLOUD_SERVICE_ACCOUNT_MOBILE_APP_BUILD }}
track: internal # "alpha", "beta", "internal" or "production"
status: draft
changesNotSentForReview: true
changesNotSentForReview: ${{ vars.CHANGES_NOT_SENT_FOR_REVIEW }}

0 comments on commit 2205b5c

Please sign in to comment.