]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Simplify pull request workflow triggers (#15836)
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 24 Jun 2026 22:35:30 +0000 (00:35 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 22:35:30 +0000 (00:35 +0200)
.github/workflows/build-docs.yml
.github/workflows/pre-commit.yml
.github/workflows/test-redistribute.yml
.github/workflows/test.yml

index 20b054b80e5c0f79dff7ea7cbdadb93de62ee43c..0cf8d126208236112af407cfed7be5dfea2524e3 100644 (file)
@@ -4,10 +4,6 @@ on:
     branches:
       - master
   pull_request:
-    types:
-      - opened
-      - synchronize
-
 permissions: {}
 
 jobs:
index da966f5237bb12afe47e998a60e1edcc19fe5171..915e3a883e87e17afc689577c133c08bd3744c63 100644 (file)
@@ -2,10 +2,6 @@ name: pre-commit
 
 on:
   pull_request:
-    types:
-      - opened
-      - synchronize
-
 permissions: {}
 
 env:
index 1555a764378286555597406c0eebbf6361e57573..47a2a8ae43d52c6aab1ea72857a9c8c879a9efeb 100644 (file)
@@ -5,10 +5,6 @@ on:
     branches:
       - master
   pull_request:
-    types:
-      - opened
-      - synchronize
-
 permissions: {}
 
 jobs:
index d9c23cca00031ee3944817bd0875fb81c4653de5..18abb74829c48f6de041bd1c81cb57cd4bbc8043 100644 (file)
@@ -5,9 +5,6 @@ on:
     branches:
       - master
   pull_request:
-    types:
-      - opened
-      - synchronize
   schedule:
     # cron every week on monday
     - cron: "0 0 * * 1"