mirror of
https://github.com/fastapi/fastapi.git
synced 2026-09-12 21:38:39 -04:00
Add path filters and if org=fastapi for warm-cache workflow
This commit is contained in:
1 parent
e7b707797d
commit
472429bc75
1 file changed
+6
@@ -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:
|
||||
|
||||
Reference in new issue
Block a user