Skip to content

Commit

Permalink
[no ticket] only bother slack on failure (#2832)
Browse files Browse the repository at this point in the history
## Context

This was always the intention here, I just forgot to adjust the
condition
  • Loading branch information
coilysiren authored Nov 14, 2024
1 parent 946a650 commit fd66bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
accept-filenames: ${{ env.DOCKLE_ACCEPT_FILES }}

- name: Save output to workflow summary
if: always() # Runs even if there is a failure
if: failure() # Only runs if there is a failure
run: |
{
echo '```json'
Expand Down

0 comments on commit fd66bdc

Please sign in to comment.