Skip to content

Commit

Permalink
Fix: job needs in container-build-push-3rd-gen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus authored Nov 11, 2024
1 parent cf110f8 commit 0d6542f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container-build-push-3rd-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ jobs:
building-product-compose:
if: (inputs.service) && (startsWith(github.ref, 'refs/tags/v'))
needs:
- building-container
- building-container-greenbone-reg
- building-container-ghcr
- building-container-greenbone
runs-on: "ubuntu-latest"
steps:
- name: Trigger product compose upgrade
Expand All @@ -216,7 +216,7 @@ jobs:
notify:
needs:
- building-container-ghcr
- building-container-greenbone-reg
- building-container-greenbone
- building-product-compose
if: ${{ !cancelled() && startsWith(github.ref, 'refs/tags/v') && startsWith(inputs.notify, 'true') }}
uses: greenbone/workflows/.github/workflows/notify-mattermost-3rd-gen.yml@main
Expand Down

0 comments on commit 0d6542f

Please sign in to comment.