Skip to content

Commit f6db793

Browse files
committed
comment the condition
1 parent 1872386 commit f6db793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: yarn test --runInBand
4444

4545
android-build-experimental-store:
46-
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
46+
# if: github.event_name == 'push' && github.ref == 'refs/heads/master'
4747
uses: ./.github/workflows/actions/build-android.yml
4848
needs: run-eslint-and-test
4949
secrets:

0 commit comments

Comments
 (0)