PR-843991: fix github action workflow.

This commit is contained in:
Alejandro Lembke Barrientos 2023-11-10 18:34:03 +00:00
parent 85e919f13a
commit 1f83b07f83

View File

@ -65,7 +65,7 @@ jobs:
# Job to publish the package to npm
publish-npm:
if: github.ref == 'refs/heads/master'
needs: [ build, cypress-run ]
needs: [ test, cypress-run ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3