Skip to content

Commit

Permalink
Add needs as dependency (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch authored Nov 28, 2024
1 parent 70a480c commit 2e64fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kuksa_databroker-perf_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
name: Create multiarch container
runs-on: ubuntu-latest

needs: [build]
needs: [build, check_ghcr_push]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2e64fba

Please sign in to comment.