chore(ci): fix missed condition to skip test:package step for ignored files; (#7039)

This commit is contained in:
Dmitriy Mozgovoy 2025-09-16 16:27:01 +03:00 committed by GitHub
parent e9cfed35cf
commit ac3ba6487b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,3 +68,4 @@ jobs:
if: steps.changed-ignored.outputs.only_modified == 'false' && matrix.node-version == '22.x'
- name: Run package tests
run: npm run test:package
if: steps.changed-ignored.outputs.only_modified == 'false'