Skip to content

Commit f35946f

Browse files
committed
fix: better workflow
1 parent b1bf3d4 commit f35946f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
publish-module:
2727
name: 'Publish Module to NPM'
28-
needs: test
28+
# needs: test
2929
# publish only when merged in master on original repo, not on PR
3030
if: github.repository == 'tannerlinsley/react-charts' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta')
3131
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)