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 74c3df4 commit df34edfCopy full SHA for df34edf
.github/workflows/release_candidates.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Setup Node.js 20
24
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') }}
+ if: ${{ contains( github.event.pull_request.labels.*.name, 'js-rc') }}
26
with:
27
node-version: 20
28
registry-url: https://registry.npmjs.org
0 commit comments