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 a5c3e86 commit fe29d01Copy full SHA for fe29d01
.github/workflows/pr-test.yml
@@ -41,7 +41,7 @@ jobs:
41
test-supported-node-versions:
42
uses: ./.github/workflows/reusable-test.yml
43
# for release PR run tests on all supported node versions
44
- if: startsWith(github.ref_name,'release-please--')
+ if: startsWith(github.head_ref,'release-please--')
45
strategy:
46
matrix:
47
node-version: ['22', '24']
0 commit comments