Skip to content

Commit df34edf

Browse files
committed
Fix prerelease pipeline
1 parent 74c3df4 commit df34edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_candidates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Setup Node.js 20
2424
uses: actions/setup-node@v4
25-
if: ${{ contains( github.event.pull_request.labels.*.name, 'js-rc') || contains( github.event.pull_request.labels.*.name, 'python-rc') }}
25+
if: ${{ contains( github.event.pull_request.labels.*.name, 'js-rc') }}
2626
with:
2727
node-version: 20
2828
registry-url: https://registry.npmjs.org

0 commit comments

Comments
 (0)