Skip to content

Commit fd52689

Browse files
authored
Merge pull request #4327 from aryaemami59/ci-lockfile-change
Run CI jobs if `yarn.lock` changes
2 parents 213b5f4 + 0142ef5 commit fd52689

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test-codegen.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
filters: |
2323
codegen:
2424
- 'packages/rtk-query-codegen-openapi/**'
25+
- 'yarn.lock'
2526
2627
build:
2728
needs: changes

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- 'packages/toolkit/**'
2121
- 'examples/publish-ci/**'
2222
- '.github/workflows/tests.yml'
23+
- 'yarn.lock'
2324
2425
build:
2526
needs: changes

0 commit comments

Comments
 (0)