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