Skip to content

Commit 07a41fc

Browse files
committed
ci: Run publishing workflow only on success
1 parent 7684ecb commit 07a41fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
url: https://pypi.org/p/pymanuf
1919
permissions:
2020
id-token: write
21+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
2122
steps:
2223
- name: Checkout source code
2324
uses: actions/checkout@v4

0 commit comments

Comments
 (0)