Skip to content

Commit 7b293ef

Browse files
committed
wf ordering
Signed-off-by: bakhtin <a@bakhtin.net>
1 parent 5eebec3 commit 7b293ef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release-reproducible.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
33
name: release-reproducible
44

55
on:
6-
push:
7-
tags:
8-
- v*
6+
workflow_run:
7+
workflows: [release]
8+
types: [completed]
99

1010
env:
1111
DOCKER_REPRODUCIBLE_IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/reth-reproducible
1212

1313
jobs:
1414
extract-version:
1515
name: extract version
16+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1617
runs-on: ubuntu-latest
1718
steps:
1819
- name: Extract version

0 commit comments

Comments
 (0)