We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bf3d4 commit f35946fCopy full SHA for f35946f
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
26
publish-module:
27
name: 'Publish Module to NPM'
28
- needs: test
+ # needs: test
29
# publish only when merged in master on original repo, not on PR
30
if: github.repository == 'tannerlinsley/react-charts' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta')
31
runs-on: ubuntu-latest
0 commit comments