Skip to content

Commit

Permalink
Don't upload tutorials for rc releases
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins committed Sep 27, 2023
1 parent 46bfa84 commit d5866a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:

publish-tutorials:
runs-on: ubuntu-latest
if: "!contains(github.event.release.name, 'rc')"
steps:
- uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit d5866a5

Please sign in to comment.