Skip to content

Commit 4681105

Browse files
authored
👷 Run Smokeshow always, even on test failures (#23)
1 parent db484a2 commit 4681105

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎.github/workflows/smokeshow.yml‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ env:
1515

1616
jobs:
1717
smokeshow:
18-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1918
runs-on: ubuntu-latest
2019

2120
steps:
@@ -30,8 +29,6 @@ jobs:
3029
- name: Setup uv
3130
uses: astral-sh/setup-uv@v7
3231
with:
33-
version: "0.4.15"
34-
enable-cache: true
3532
cache-dependency-glob: |
3633
requirements**.txt
3734
pyproject.toml

0 commit comments

Comments
 (0)