]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Always run tests on push to `master` branch and when run by scheduler (#14940)
authorMotov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Fri, 20 Feb 2026 15:40:05 +0000 (16:40 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Feb 2026 15:40:05 +0000 (16:40 +0100)
.github/workflows/test.yml

index 338f6c390f6a3d50622fae35e3b9452d5bd20eb7..d61b4add9461401124eac179f10547ffed34251a 100644 (file)
@@ -45,7 +45,7 @@ jobs:
   test:
     needs:
       - changes
-    if: needs.changes.outputs.src == 'true'
+    if: needs.changes.outputs.src == 'true' || github.ref == 'refs/heads/master'
     strategy:
       matrix:
         os: [ windows-latest, macos-latest ]