]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Run Smokeshow always, even on test failures (#14538)
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 16 Dec 2025 17:36:42 +0000 (09:36 -0800)
committerGitHub <noreply@github.com>
Tue, 16 Dec 2025 17:36:42 +0000 (17:36 +0000)
.github/workflows/smokeshow.yml

index 84c7430194d117b4405a3b65be26aa45de0c04b3..2ae7ef233d770247ab0854a25e9d4310904d08a0 100644 (file)
@@ -13,7 +13,6 @@ env:
 
 jobs:
   smokeshow:
-    if: ${{ github.event.workflow_run.conclusion == 'success' }}
     runs-on: ubuntu-latest
 
     steps:
@@ -24,12 +23,10 @@ jobs:
       - uses: actions/checkout@v6
       - uses: actions/setup-python@v6
         with:
-          python-version: '3.9'
+          python-version: '3.13'
       - name: Setup uv
         uses: astral-sh/setup-uv@v7
         with:
-          version: "0.4.15"
-          enable-cache: true
           cache-dependency-glob: |
             requirements**.txt
             pyproject.toml