Skip to content

Commit 313783e

Browse files
authored
👷 Fix smokeshow, checkout files on CI (#1136)
1 parent 74c5320 commit 313783e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smokeshow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
smokeshow:
1616
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1717
runs-on: ubuntu-latest
18-
1918
steps:
19+
- uses: actions/checkout@v4
2020
- uses: actions/setup-python@v5
2121
with:
2222
python-version: '3.9'

0 commit comments

Comments
 (0)