Skip to content

Commit

Permalink
add nedds param in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Dec 7, 2023
1 parent 75a5a66 commit 2631bbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/staging-deploy-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:

generate-and-push-sbom:
runs-on: ubuntu-latest

needs: [upload-to-quay]
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -254,6 +254,7 @@ jobs:
--form "[email protected]"
clean-up:
needs: [generate-and-push-sbom]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 2631bbb

Please sign in to comment.