Skip to content

Commit f72592b

Browse files
committed
Bring back self callouts in filters
1 parent 2005d77 commit f72592b

5 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/install-smoke.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- 'uv.lock'
1111
- 'scripts/test_install_smoke.py'
1212
- 'scripts/test_install_smoke.sh'
13+
# Self-callout: re-run when this workflow changes so YAML edits are validated in PRs.
14+
- '.github/workflows/install-smoke.yml'
1315
permissions:
1416
contents: read
1517

.github/workflows/itk.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- 'itk/**'
1010
- 'pyproject.toml'
1111
- 'uv.lock'
12+
# Self-callout: re-run when this workflow changes so YAML edits are validated in PRs.
13+
- '.github/workflows/itk.yaml'
1214

1315
permissions:
1416
contents: read

.github/workflows/linter.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- 'pyproject.toml'
1010
- 'uv.lock'
1111
- '.jscpd.json'
12+
# Self-callout: re-run when this workflow changes so YAML edits are validated in PRs.
13+
- '.github/workflows/linter.yaml'
1214
permissions:
1315
contents: read
1416
jobs:

.github/workflows/run-tck.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- 'tck/**'
1111
- 'pyproject.toml'
1212
- 'uv.lock'
13+
# Self-callout: re-run when this workflow changes so YAML edits are validated in PRs.
14+
- '.github/workflows/run-tck.yaml'
1315

1416
permissions:
1517
contents: read

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
- 'uv.lock'
1212
- 'scripts/run_db_tests.sh'
1313
- 'scripts/docker-compose.test.yml'
14+
# Self-callout: re-run when this workflow changes so YAML edits are validated in PRs.
15+
- '.github/workflows/unit-tests.yml'
1416
permissions:
1517
contents: read
1618

0 commit comments

Comments
 (0)