Skip to content

Commit

Permalink
fixed blanks end of line, added dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: yash-zededa <[email protected]>
  • Loading branch information
yash-zededa authored and eriknordmark committed Oct 24, 2023
1 parent 423536c commit 745dfa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name: Assets
on: # yamllint disable-line rule:truthy
workflow_call:
inputs:
tag_ref:
tag_ref:
required: true
type: string

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:

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

0 comments on commit 745dfa2

Please sign in to comment.