We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b8f91 commit 37e7338Copy full SHA for 37e7338
.github/workflows/update-release-metadata.yml
@@ -14,6 +14,8 @@ jobs:
14
name: Update release metadata
15
runs-on: ubuntu-latest
16
17
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
18
+
19
steps:
20
- name: Checkout
21
uses: actions/checkout@v3
0 commit comments