Skip to content

Commit 473d4ee

Browse files
authored
Merge pull request #580 from instructlab/ihrachyshka-run-ci-on-constraints-change
ci: Run jobs on constraints-dev.txt change
2 parents e8cb0a0 + 1dc8c67 commit 473d4ee

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- '**.py'
1212
- 'pyproject.toml'
1313
- 'requirements*.txt'
14+
- 'constraints-dev.txt'
1415
- 'tox.ini'
1516
- '.pylintrc'
1617
- 'scripts/*.sh' # Used by this workflow
@@ -23,6 +24,7 @@ on:
2324
- '**.py'
2425
- 'pyproject.toml'
2526
- 'requirements*.txt'
27+
- 'constraints-dev.txt'
2628
- 'tox.ini'
2729
- '.pylintrc'
2830
- 'scripts/*.sh' # Used by this workflow

.github/workflows/smoke-py312.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ on:
2323
- "pyproject.toml"
2424
- "requirements-dev.txt"
2525
- "requirements-cuda.txt"
26+
- "constraints-dev.txt"
2627

2728
permissions:
2829
contents: read

.github/workflows/smoke.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
- "pyproject.toml"
2020
- "requirements-dev.txt"
2121
- "requirements-cuda.txt"
22+
- "constraints-dev.txt"
2223

2324
permissions:
2425
contents: read

.github/workflows/unit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
- "pyproject.toml"
2121
- "requirements.txt"
2222
- "requirements-dev.txt"
23+
- "constraints-dev.txt"
2324
- ".github/workflows/unit.yaml" # This workflow
2425

2526
concurrency:

0 commit comments

Comments
 (0)