Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Oct 31, 2023
1 parent 6703662 commit 14e7cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-vizro-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
branches:
- "main"
paths:
- 'vizro-core/src/**'
- "vizro-core/src/**"

concurrency:
group: test-integration-${{ github.head_ref }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-unit-vizro-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ on:
branches:
- "main"
paths:
- 'vizro-core/src/**'

- "vizro-core/src/**"

concurrency:
group: test-unit-${{ github.head_ref }}
Expand Down

0 comments on commit 14e7cfb

Please sign in to comment.