Skip to content

Commit

Permalink
correct condition
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi418 committed Nov 29, 2024
1 parent 8e68c07 commit e9ef6db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
needs:
- check_merge_clearance
name: "Publish image and scan with trivy"
if: ${{ github.event_name == 'push' && needs.check_merge_clearance.outputs.merge_clearance }}
if: ${{ github.event_name == 'push' && needs.check_merge_clearance.outputs.merge_clearance == 'true' }}
permissions:
packages: write
security-events: write
Expand Down

0 comments on commit e9ef6db

Please sign in to comment.