Skip to content

Commit

Permalink
ci: Only test TestPyPI deployment after unit tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
b-butler committed Jan 17, 2024
1 parent eb7c2bb commit 7313299
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-test-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Publish to TestPyPI

on:
push:
branches:
- 'release/*.*.*'
workflow_run:
workflows: ["Run Unit Tests"]
branches: ['release/*.*.*']
types: ["completed"]

concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
Expand Down

0 comments on commit 7313299

Please sign in to comment.