Skip to content

Commit

Permalink
CI: Add path filters to python-deps workflow
Browse files Browse the repository at this point in the history
No need to run this workflow on all PRs, only those that
change the Python dependency installation mechanism.
  • Loading branch information
adityasharad committed Jul 27, 2022
1 parent 8171514 commit 98a7225
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ on:
# Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
# by other workflows.
types: [opened, synchronize, reopened, ready_for_review]
paths:
# Changes to this workflow.
- '.github/workflows/python-deps.yml'
# Changes to the Python package installation scripts and their tests.
- 'python-setup/**'
# Changes to the default CodeQL bundle version.
- '**/defaults.json'

jobs:
test-setup-python-scripts:
Expand Down

0 comments on commit 98a7225

Please sign in to comment.