Skip to content

Commit 60dbe63

Browse files
YuriiMotovsavannahostrowski
authored andcommitted
👷 Run Smokeshow always, even on test failures (fastapilabs#133)
1 parent 4b1072e commit 60dbe63

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

‎.github/workflows/smokeshow.yml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ permissions:
1010

1111
jobs:
1212
smokeshow:
13-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1413
runs-on: ubuntu-latest
1514

1615
steps:
@@ -20,7 +19,7 @@ jobs:
2019
run: echo "$GITHUB_CONTEXT"
2120
- uses: actions/setup-python@v5
2221
with:
23-
python-version: '3.9'
22+
python-version: '3.13'
2423

2524
- run: pip install smokeshow
2625

0 commit comments

Comments
 (0)