👷 Fix smokeshow, checkout files on CI (#1136)

This commit is contained in:
Sebastián Ramírez 2024-10-12 15:54:21 +02:00 committed by GitHub
parent 74c53203fc
commit 313783e294
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,8 +15,8 @@ jobs:
smokeshow:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'