Skip to content

Commit

Permalink
reenable needs in comment action
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Mar 12, 2024
1 parent 44f6320 commit 6db39f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-Docker-image-triggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
add-comment:
if: ${{ github.event_name == 'pull_request' }}
uses: RMI-PACTA/actions/.github/workflows/add-comment-history.yml@main
needs: [build_docker_image]
# needs: [build_docker_image, build_private_docker_image]
needs: [build_docker_image, build_private_docker_image]
with:
header: "Docker build status"

0 comments on commit 6db39f2

Please sign in to comment.