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 fbf468e commit 3eb70e3Copy full SHA for 3eb70e3
.github/workflows/ci.yaml
@@ -171,7 +171,7 @@ jobs:
171
172
publish-npm:
173
if: github.event_name == 'push' && github.ref_type == 'tag'
174
- needs: [test, playwright]
+ needs: [test]
175
runs-on: ubuntu-latest
176
container: node:20-alpine
177
@@ -225,7 +225,7 @@ jobs:
225
226
publish-docker:
227
if: (github.event_name == 'push' && github.ref_type == 'tag') || github.event_name == 'workflow_dispatch'
228
229
230
231
steps:
0 commit comments