Skip to content

Commit

Permalink
don't run irrelevant CI jobs when our YAML is modified
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Feb 7, 2025
1 parent 4030d74 commit deb672a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/libtiledb-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- "apis/python/**"
- "apis/r/**"
- ".pre-commit-config.yaml"
- ".github/workflows/python-remote-storage.yml"
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python-ci-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
- '!.github/**'
- '.github/workflows/python-ci-minimal.yml'
- '.github/workflows/python-ci-single.yml'
- ".github/workflows/python-remote-storage.yml"
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python-ci-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
paths:
- '.github/workflows/python-ci-packaging.yml'
- ".github/workflows/python-remote-storage.yml"
- 'apis/python/MANIFEST.in'
- 'apis/python/pyproject.toml'
- 'apis/python/setup.py'
Expand All @@ -21,6 +22,7 @@ on:
pull_request:
paths:
- '.github/workflows/python-ci-packaging.yml'
- ".github/workflows/python-remote-storage.yml"
- 'apis/python/MANIFEST.in'
- 'apis/python/pyproject.toml'
- 'apis/python/setup.py'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python-dependency-variation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- '**.md'
- 'apis/r/**'
- 'docs/**'
- ".github/workflows/python-remote-storage.yml"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit deb672a

Please sign in to comment.