Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshuone6 committed Sep 16, 2021
1 parent 35e66ed commit 17b40ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: [3.8]
if: |
${{ github.event.workflow_run.conclusion == 'success' }} ||
github.event_name == 'workflow_dispatch
github.event_name == 'workflow_dispatch'
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 17b40ed

Please sign in to comment.