Skip to content

Commit

Permalink
👷 Fix smokeshow, checkout files on CI (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Oct 12, 2024
1 parent ba854ed commit 0a6dd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smokeshow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
smokeshow:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest

steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
Expand Down

0 comments on commit 0a6dd59

Please sign in to comment.