Skip to content

Commit 27dcc88

Browse files
committed
Remove explicit workflow file self filters
1 parent 7da6452 commit 27dcc88

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/itk.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
- 'itk/**'
1010
- 'pyproject.toml'
1111
- 'uv.lock'
12-
- '.github/workflows/itk.yaml'
1312

1413
permissions:
1514
contents: read

.github/workflows/linter.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
- 'pyproject.toml'
1010
- 'uv.lock'
1111
- '.jscpd.json'
12-
- '.github/workflows/linter.yaml'
1312
permissions:
1413
contents: read
1514
jobs:

.github/workflows/minimal-install.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
- 'pyproject.toml'
1010
- 'uv.lock'
1111
- 'scripts/test_minimal_install.py'
12-
- '.github/workflows/minimal-install.yml'
1312
permissions:
1413
contents: read
1514

.github/workflows/run-tck.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
- 'tck/**'
1111
- 'pyproject.toml'
1212
- 'uv.lock'
13-
- '.github/workflows/run-tck.yaml'
1413

1514
permissions:
1615
contents: read

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
- 'uv.lock'
1212
- 'scripts/run_db_tests.sh'
1313
- 'scripts/docker-compose.test.yml'
14-
- '.github/workflows/unit-tests.yml'
1514
permissions:
1615
contents: read
1716

0 commit comments

Comments
 (0)