We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1872386 commit f6db793Copy full SHA for f6db793
1 file changed
.github/workflows/eslint.yml
@@ -43,7 +43,7 @@ jobs:
43
run: yarn test --runInBand
44
45
android-build-experimental-store:
46
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
+ # if: github.event_name == 'push' && github.ref == 'refs/heads/master'
47
uses: ./.github/workflows/actions/build-android.yml
48
needs: run-eslint-and-test
49
secrets:
0 commit comments