Skip to content

Commit

Permalink
fix(ci): remove bad needs
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Jan 17, 2025
1 parent 6ba2a9a commit 08164f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
download-images-x86_64:
if: ${{ needs.eval-tag.outputs.image-produced }}
needs: [build, eval-tag]
needs: [eval-tag]
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand All @@ -101,7 +101,7 @@ jobs:

download-images-aarch64:
if: ${{ needs.eval-tag.outputs.image-produced }}
needs: [build, eval-tag]
needs: [eval-tag]
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
Expand All @@ -125,7 +125,7 @@ jobs:
path: aarch64-linux.${{ needs.eval-tag.outputs.component }}-image

download-binaries-x86_64:
needs: [build, eval-tag]
needs: [eval-tag]
runs-on: ubuntu-24.04
strategy:
matrix:
Expand Down

0 comments on commit 08164f0

Please sign in to comment.