diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4bfe43cf5..b514bccb1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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