We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010614d commit fa5d3a7Copy full SHA for fa5d3a7
1 file changed
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
INTERCOM_API_KEY: ${{ secrets.INTERCOM_API_KEY }}
41
42
publish:
43
- needs: [ compile, test ]
+ needs: [ compile ]
44
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
45
runs-on: ubuntu-latest
46
0 commit comments