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 d3d0e97 commit 92882ecCopy full SHA for 92882ec
1 file changed
.github/workflows/release.yml
@@ -7,7 +7,11 @@ concurrency:
7
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
8
cancel-in-progress: true
9
jobs:
10
+ tests:
11
+ uses: ./.github/workflows/tests.yml
12
+ secrets: inherit
13
deploy:
14
+ needs: tests
15
runs-on: ubuntu-latest
16
container:
17
image: node:22-slim
0 commit comments