Skip to content

Commit 0715d31

Browse files
authored
fix: update workflow to trigger on 'Lint & Test' completion
1 parent e03f29d commit 0715d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish GitHub Release
22

33
on:
44
workflow_run:
5-
workflows: ["Python analisys"]
5+
workflows: ["Lint & Test"]
66
types:
77
- completed
88
branches:
@@ -73,4 +73,4 @@ jobs:
7373
ghcr.io/${{ github.repository_owner }}/securechain-ssc-ingestion:latest
7474
ghcr.io/${{ github.repository_owner }}/securechain-ssc-ingestion:${{ steps.get_variables.outputs.VERSION }}
7575
provenance: true
76-
sbom: true
76+
sbom: true

0 commit comments

Comments
 (0)