Skip to content

Commit 0d16d70

Browse files
committed
CI: Add path filters to python-deps workflow
No need to run this workflow on all PRs, only those that change the Python dependency installation mechanism.
1 parent bbc2e70 commit 0d16d70

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/python-deps.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ on:
77
# Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
88
# by other workflows.
99
types: [opened, synchronize, reopened, ready_for_review]
10+
paths:
11+
# Changes to this workflow.
12+
- '.github/workflows/python-deps.yml'
13+
# Changes to the Python package installation scripts and their tests.
14+
- 'python-setup/**'
15+
# Changes to the default CodeQL bundle version.
16+
- '**/defaults.json'
1017

1118
jobs:
1219
test-setup-python-scripts:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy