From: Sebastián Ramírez Date: Tue, 16 Dec 2025 17:36:42 +0000 (-0800) Subject: 👷 Run Smokeshow always, even on test failures (#14538) X-Git-Tag: 0.125.0~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0e4b9cd679d70adda60940527ffd13ffac28fff;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Run Smokeshow always, even on test failures (#14538) --- diff --git a/.github/workflows/smokeshow.yml b/.github/workflows/smokeshow.yml index 84c7430194..2ae7ef233d 100644 --- a/.github/workflows/smokeshow.yml +++ b/.github/workflows/smokeshow.yml @@ -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