Skip to content

Commit

Permalink
Adding yarn lock to the list of files that would trigger a re-run of …
Browse files Browse the repository at this point in the history
…integration and unit tests
  • Loading branch information
lotif committed Nov 19, 2024
1 parent ac33a76 commit 23b0325
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- '**.ipynb'
- poetry.lock
- pyproject.toml
- yarn.lock
- '**.rst'
- '**.md'
pull_request:
Expand All @@ -31,6 +32,7 @@ on:
- '**.ipynb'
- poetry.lock
- pyproject.toml
- yarn.lock
- '**.rst'
- '**.md'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
- '**.tsx'
- poetry.lock
- pyproject.toml
- yarn.lock
- '**.rst'
- '**.md'
pull_request:
Expand All @@ -33,6 +34,7 @@ on:
- '**.tsx'
- poetry.lock
- pyproject.toml
- yarn.lock
- '**.rst'
- '**.md'

Expand Down

0 comments on commit 23b0325

Please sign in to comment.