Skip to content

Commit 4243df9

Browse files
ci: fix matrix test trigger
1 parent fd2f5e6 commit 4243df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
test-node-versions:
4242
uses: ./.github/workflows/reusable-test.yml
4343
# for release PR run tests on all supported node versions
44-
if: ${{ contains('release-please--', github.ref_name ) }}
44+
if: ${{ startsWith('release-please--', github.ref_name ) }}
4545
strategy:
4646
matrix:
4747
node-version: ['20', '22', '24']

0 commit comments

Comments
 (0)