From da92070769ac57e784cfbdabfd6b944f2ad02da6 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Ricau Date: Sat, 27 Jul 2024 11:36:07 +0200 Subject: [PATCH] tmp commit force snapshot deploy --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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