Snapshot deployment not blocking on UI tests

This commit is contained in:
Pierre-Yves Ricau
2024-05-29 16:21:45 -07:00
parent 342fbc540b
commit afd39cbfdf

View File

@@ -110,7 +110,7 @@ jobs:
snapshot-deployment:
if: github.repository == 'square/leakcanary' && github.event_name == 'push'
needs: [ checks, instrumentation-tests ]
needs: [ checks ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3