Skip to content

Commit b768f6b

Browse files
yash-zededaeriknordmark
authored andcommitted
fixed blanks end of line, added dependencies
Signed-off-by: yash-zededa <[email protected]>
1 parent 9e31234 commit b768f6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name: Assets
1515
on: # yamllint disable-line rule:truthy
1616
workflow_call:
1717
inputs:
18-
tag_ref:
18+
tag_ref:
1919
required: true
2020
type: string
2121

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157

158158
trigger_assets:
159159
if: ${{ (startsWith(github.ref, 'refs/tags/')) && (github.event.repository.full_name == 'lf-edge/eve') }}
160-
needs: packages
160+
needs: [manifest, verification, eve]
161161
uses: lf-edge/eve/.github/workflows/assets.yml@master
162162
with:
163163
tag_ref: ${{ github.ref }}

0 commit comments

Comments
 (0)