Skip to content

Commit 37e7338

Browse files
committed
build: check if workflow is success
1 parent 21b8f91 commit 37e7338

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-release-metadata.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
name: Update release metadata
1515
runs-on: ubuntu-latest
1616

17+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
18+
1719
steps:
1820
- name: Checkout
1921
uses: actions/checkout@v3

0 commit comments

Comments
 (0)