Skip to content

Commit

Permalink
tmp commit force snapshot deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
pyricau committed Jul 27, 2024
1 parent c143526 commit da92070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da92070

Please sign in to comment.