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

index 726e9e3fe0c228de22e984d86aa4a89e4a23c9ec..99557b86048e891a381d1d141b9756026d40dd38 100644 (file)
@@ -4,10 +4,6 @@ on:
     branches:
       - main
   pull_request:
-    types:
-      - opened
-      - synchronize
-
 permissions: {}
 
 jobs:
index c5ef15aba635e5a174e25d39ca8931ec0e5b6144..6059fb5e9a3b24958309c66feb65a7029df08b85 100644 (file)
@@ -2,10 +2,6 @@ name: pre-commit
 
 on:
   pull_request:
-    types:
-      - opened
-      - synchronize
-
 permissions: {}
 
 env:
index 13727aa6b395d66961ce4e0c71492e6f40e86ed8..33c2274e8c1f95645585ba870681e75c1a7d33a4 100644 (file)
@@ -5,10 +5,6 @@ on:
     branches:
       - main
   pull_request:
-    types:
-      - opened
-      - synchronize
-
 permissions: {}
 
 jobs:
index cd6cbfee01d8e578617e90e9b2e41157643561a8..951b2751b25c3ac03160c98c2b83183bdedf2328 100644 (file)
@@ -5,9 +5,6 @@ on:
     branches:
       - main
   pull_request:
-    types:
-      - opened
-      - synchronize
   workflow_dispatch:
     inputs:
       debug_enabled: