Skip to content

Commit

Permalink
ci: fix workflow dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
  • Loading branch information
TylerGillson committed Jul 11, 2024
1 parent 6444c2b commit 43060c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

haul:
if: needs.call-release.outputs.releases_created == 'true'
needs: call-release
runs-on: [self-hosted, Linux, X64, validator]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand Down

0 comments on commit 43060c7

Please sign in to comment.