We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85de91 commit 6ed3dccCopy full SHA for 6ed3dcc
.github/workflows/test.yml
@@ -23,6 +23,8 @@ env:
23
24
jobs:
25
test:
26
+ # Run scheduled jobs only on the main repository (disable cron on forks)
27
+ if: github.repository_owner == 'fastapi' || github.event_name != 'schedule'
28
strategy:
29
matrix:
30
os: [ ubuntu-latest, windows-latest, macos-latest ]
0 commit comments