Skip to content

Commit 4fef4fd

Browse files
committed
👷 Run Smokeshow always, even on test failures
1 parent 673b4aa commit 4fef4fd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/smokeshow.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ env:
1313

1414
jobs:
1515
smokeshow:
16-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1716
runs-on: ubuntu-latest
1817
steps:
1918
- name: Dump GitHub context
@@ -23,12 +22,10 @@ jobs:
2322
- uses: actions/checkout@v5
2423
- uses: actions/setup-python@v6
2524
with:
26-
python-version: '3.9'
25+
python-version: '3.13'
2726
- name: Setup uv
2827
uses: astral-sh/setup-uv@v6
2928
with:
30-
version: "0.4.15"
31-
enable-cache: true
3229
cache-dependency-glob: |
3330
requirements**.txt
3431
pyproject.toml

0 commit comments

Comments
 (0)