mirror of
https://github.com/square/leakcanary.git
synced 2026-03-13 08:24:22 +08:00
Snapshot deployment not blocking on UI tests
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user