From 449958ccb2a1267e981b59585ca69a08314c69c9 Mon Sep 17 00:00:00 2001 From: Val Brodsky Date: Fri, 5 Apr 2024 13:36:12 -0700 Subject: [PATCH] Temporarily make prod integration tests optional for the release --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d54dcc4c6..233c1d644 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -37,7 +37,7 @@ jobs: test-env: 'prod' secrets: inherit build: - needs: ['test-prod'] + # needs: ['test-prod'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4