Skip to content

Commit 43060c7

Browse files
committed
ci: fix workflow dependency
Signed-off-by: Tyler Gillson <[email protected]>
1 parent 6444c2b commit 43060c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818

1919
haul:
2020
if: needs.call-release.outputs.releases_created == 'true'
21+
needs: call-release
2122
runs-on: [self-hosted, Linux, X64, validator]
2223
steps:
2324
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

0 commit comments

Comments
 (0)