Add path filters and if org=fastapi for warm-cache workflow

This commit is contained in:
Yurii Motov committed 2026-08-07 11:02:22 +02:00
1 parent e7b707797d
commit 472429bc75
1 file changed
+6
+6
View File
@@ -8,6 +8,11 @@ on:
push:
branches:
- master
paths:
- pyproject.toml
- uv.lock
- .python-version
- .github/workflows/warm-cache.yml
schedule:
- cron: "0 4 * * *"
workflow_dispatch:
@@ -16,6 +21,7 @@ permissions: {}
jobs:
warm-cache:
if: github.repository_owner == 'fastapi'
runs-on: ubuntu-latest
timeout-minutes: 10
steps: