From 01eeb3e016849fbd1cc23b3f041a2efcaf729300 Mon Sep 17 00:00:00 2001 From: Fern Support <126544928+fern-support@users.noreply.github.com> Date: Tue, 27 May 2025 19:03:02 -0400 Subject: [PATCH] chore: do not block publish on test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e9cb07..adf6858 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: INTERCOM_API_KEY: ${{ secrets.INTERCOM_API_KEY }} publish: - needs: [ compile, test ] + needs: [ compile ] if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') runs-on: ubuntu-latest