Skip to content

Commit fa5d3a7

Browse files
authored
chore: do not block publish on test (#338)
1 parent 010614d commit fa5d3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
INTERCOM_API_KEY: ${{ secrets.INTERCOM_API_KEY }}
4141

4242
publish:
43-
needs: [ compile, test ]
43+
needs: [ compile ]
4444
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
4545
runs-on: ubuntu-latest
4646

0 commit comments

Comments
 (0)