Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: do not block publish on test
  • Loading branch information
fern-support authored May 27, 2025
commit 01eeb3e016849fbd1cc23b3f041a2efcaf729300
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down