ci: remove self-references from workflow path filters

Editing a workflow YAML file should not trigger that same workflow
to run. Removes .github/workflows/<file> from its own paths filter
in mypy.yml, prek.yaml, and unit-tests.yaml.
This commit is contained in:
Kevin Turcios 2026-04-09 05:08:19 -05:00
parent e2e8557958
commit 07e4566271
3 changed files with 0 additions and 5 deletions

View file

@ -9,14 +9,12 @@ on:
- 'pyproject.toml'
- 'uv.lock'
- 'mypy_allowlist.txt'
- '.github/workflows/mypy.yml'
pull_request:
paths:
- 'codeflash/**'
- 'pyproject.toml'
- 'uv.lock'
- 'mypy_allowlist.txt'
- '.github/workflows/mypy.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}

View file

@ -7,7 +7,6 @@ on:
- 'packages/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/prek.yaml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}

View file

@ -11,7 +11,6 @@ on:
- 'packages/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/unit-tests.yaml'
pull_request:
paths:
- 'codeflash/**'
@ -21,7 +20,6 @@ on:
- 'packages/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/unit-tests.yaml'
workflow_dispatch:
concurrency: