diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e39d8a4..c0b0a19 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -61,8 +61,8 @@ jobs: path: ./**/build/reports/androidTests/connected/** snapshot-deployment: - if: github.repository == 'square/papa' && github.event_name == 'push' - needs: [ build, instrumentation-tests ] +# if: github.repository == 'square/papa' && github.event_name == 'push' + needs: [ build ] # , instrumentation-tests ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3