Skip to content

Commit

Permalink
ci: add missing needs
Browse files Browse the repository at this point in the history
Signed-off-by: Kareem Farid <[email protected]>
kareefardi committed Jan 13, 2025

Verified

This commit was signed with the committer’s verified signature.
kareefardi Kareem Farid
1 parent 794f250 commit 731dfd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
python3 ./.github/scripts/get_IPs_matrix.py
echo "IPs=$(python3 ./.github/scripts/get_IPs_matrix.py)" >> "$GITHUB_OUTPUT"
Setup-Env:
Setup-Dependencies:
runs-on: ubuntu-latest
steps:
- name: Install PDK
@@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix: ${{ fromJSON(needs.Prepare-IPs-Matrix.outputs.IPs) }}
needs: [Prepare-IPs-Matrix]
needs: [Prepare-IPs-Matrix, Setup-Dependencies]
name: ${{ matrix.IPs.name }}
uses: ./.github/workflows/run_IP.yaml
with:

0 comments on commit 731dfd7

Please sign in to comment.