From d0a2136c52ce5a289440d7b71c4ad5fadf2696bf Mon Sep 17 00:00:00 2001 From: Ryan Harter Date: Tue, 21 May 2024 09:46:46 -0500 Subject: [PATCH] Removes instrumentation test release blocker for now. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a67363b..fcb8ff8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -217,7 +217,7 @@ jobs: publish: runs-on: ubuntu-latest if: github.repository == 'dropbox/dropshots' && github.ref == 'refs/heads/main' && github.event_name != 'pull_request' - needs: [unitTests, instrumentationTests] + needs: [unitTests] steps: - name: Checkout uses: actions/checkout@v2