Skip to content

Commit

Permalink
fix paths in GHAs (#17183)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Feb 19, 2025
1 parent 2040ad0 commit f09eb6d
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 41 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/api-compatibility-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
paths:
- .github/workflows/api-compatibility-tests.yaml
- "**/*.py"
- requirements*.txt
- setup.cfg
- pyproject.toml
- compat-tests
push:
branches:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ on:
- .github/workflows/benchmarks.yaml
- .github/workflows/python-tests.yaml
- "src/prefect/**/*.py"
- requirements.txt
- requirements-dev.txt
- setup.cfg
- pyproject.toml
- Dockerfile
push:
branches:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ on:
- "**/*.py"
- "**/*.js"
- "**/*.ts"
- requirements.txt
- requirements-dev.txt
- setup.cfg
- pyproject.toml
- alembic.ini

schedule:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/codspeed-benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ on:
- .github/workflows/codspeed-benchmarks.yaml
- .github/workflows/python-tests.yaml
- "src/prefect/**/*.py"
- requirements.txt
- requirements-dev.txt
- setup.cfg
- pyproject.toml
- Dockerfile
push:
branches:
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ on:
paths:
- .github/workflows/integration-tests.yaml
- "src/prefect/**/*.py"
- requirements.txt
- requirements-client.txt
- requirements-dev.txt
- pyproject.toml
- ui/**
- .nvmrc
- Dockerfile
Expand All @@ -20,9 +18,7 @@ on:
paths:
- .github/workflows/integration-tests.yaml
- "**/*.py"
- requirements.txt
- requirements-client.txt
- requirements-dev.txt
- pyproject.toml
- ui/**
- .nvmrc
- Dockerfile
Expand Down
12 changes: 2 additions & 10 deletions .github/workflows/markdown-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ on:
paths:
- .github/workflows/markdown-tests.yaml
- "docs/**"
- requirements-client.txt
- requirements-dev.txt
- requirements-markdown-tests.txt
- requirements.txt
- setup.cfg
- pyproject.toml
- Dockerfile

push:
Expand All @@ -27,11 +23,7 @@ on:
- .github/workflows/markdown-tests.yaml
- "src/prefect/**/*.py"
- "tests/**/*.py"
- requirements-client.txt
- requirements-dev.txt
- requirements-markdown-tests.txt
- requirements.txt
- setup.cfg
- pyproject.toml
- Dockerfile

permissions:
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/proxy-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,15 @@ on:
- .github/workflows/proxy-test.yaml
- scripts/proxy-test/*
- "src/prefect/events/clients.py"
- requirements.txt
- requirements-client.txt
- requirements-dev.txt
- pyproject.toml
push:
branches:
- main
paths:
- .github/workflows/proxy-test.yaml
- scripts/proxy-test/*
- "src/prefect/events/clients.py"
- requirements.txt
- requirements-client.txt
- requirements-dev.txt
- pyproject.toml

jobs:
proxy-test:
Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ on:
- .github/workflows/python-tests.yaml
- "src/prefect/**/*.py"
- "tests/**/*.py"
- requirements.txt
- requirements-client.txt
- requirements-dev.txt
- setup.cfg
- pyproject.toml
- Dockerfile
- scripts/entrypoint.sh
push:
Expand All @@ -24,10 +21,7 @@ on:
- .github/workflows/python-tests.yaml
- "src/prefect/**/*.py"
- "tests/**/*.py"
- requirements.txt
- requirements-client.txt
- requirements-dev.txt
- setup.cfg
- pyproject.toml
- Dockerfile
- scripts/entrypoint.sh
permissions:
Expand Down

0 comments on commit f09eb6d

Please sign in to comment.