Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 2fe3230

Browse files
committed
Fixes npm publish by removing needs as it's covered by PR checks
1 parent d7313de commit 2fe3230

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
jobs:
88
publish:
99
if: github.ref == 'refs/heads/main'
10-
needs: test
1110
runs-on: ubuntu-latest
1211
steps:
1312
- uses: actions/checkout@master

0 commit comments

Comments
 (0)