Skip to content

Commit

Permalink
Run workflows on definition changes (#4125)
Browse files Browse the repository at this point in the history
  • Loading branch information
zundertj committed Jul 23, 2022
1 parent dc808bb commit 6c585d5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- 'polars/**'
- '.github/workflows/benchmark.yaml'
jobs:
test:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- 'polars/**'
- '.github/workflows/build-test.yaml'
jobs:

examples:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
paths:
- 'polars/**'
- 'py-polars/**'
- '.github/workflows/coverage.yaml'

jobs:
coverage:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- 'py-polars/**'
- '.github/workflows/docs_check.yaml'
jobs:
test:
name: Docs check
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- 'nodejs-polars/**'
- '.github/workflows/test-js.yaml'
jobs:
test-js:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- 'py-polars/**'
- 'polars/**'
- '.github/workflows/test-python.yaml'
jobs:
test-python:
name: Build and test Python
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-windows-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- 'py-polars/**'
- '.github/workflows/test-windows-python.yaml'
jobs:
test-python:
name: Build and test Python
Expand Down

0 comments on commit 6c585d5

Please sign in to comment.