Skip to content

Commit

Permalink
Temporary comment out if condition "master only"
Browse files Browse the repository at this point in the history
  • Loading branch information
anhappdev committed May 18, 2024
1 parent b763dff commit 3bdc3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,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'

Check warning on line 297 in .github/workflows/android-build-test.yml

View workflow job for this annotation

GitHub Actions / yaml

[comments-indentation] comment not indented like content
steps:
- uses: actions/checkout@v4
- name: Set up authentication for Google Cloud SDK
Expand Down

0 comments on commit 3bdc3db

Please sign in to comment.