Skip to content

Commit

Permalink
Merge pull request #1152 from github/adityasharad/actions/python-deps…
Browse files Browse the repository at this point in the history
…-path-filters

CI: Add path filters to python-deps workflow
  • Loading branch information
adityasharad committed Jul 28, 2022
2 parents fbb0a4e + 573de8b commit 6c23d76
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/python-deps.yml
Expand Up @@ -7,6 +7,17 @@ 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'
schedule:
# Weekly on Monday.
- cron: '0 0 * * 1'
workflow_dispatch:

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

0 comments on commit 6c23d76

Please sign in to comment.