Skip to content

Commit 0d603a3

Browse files
committed
gh-actions: m static check
1 parent 5559ad1 commit 0d603a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ jobs:
384384
done
385385
386386
- name: 🧾 Verify SBOM
387-
if: success() && ${{ needs.build.outputs.sbom-info != '' }}
387+
if: ${{ needs.build.outputs.sbom-info != '' }}
388388
shell: bash
389389
env:
390390
SBOM_INFO: ${{ needs.build.outputs.sbom-info }}

0 commit comments

Comments
 (0)