Skip to content

Commit 3eb70e3

Browse files
committed
chore: fix publish
1 parent fbf468e commit 3eb70e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171

172172
publish-npm:
173173
if: github.event_name == 'push' && github.ref_type == 'tag'
174-
needs: [test, playwright]
174+
needs: [test]
175175
runs-on: ubuntu-latest
176176
container: node:20-alpine
177177

@@ -225,7 +225,7 @@ jobs:
225225
226226
publish-docker:
227227
if: (github.event_name == 'push' && github.ref_type == 'tag') || github.event_name == 'workflow_dispatch'
228-
needs: [test, playwright]
228+
needs: [test]
229229
runs-on: ubuntu-latest
230230

231231
steps:

0 commit comments

Comments
 (0)