Skip to content

Commit 39d165f

Browse files
committed
Fix naming of workflows in buildx workflow
1 parent 7b0eff4 commit 39d165f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: buildx
22

33
on:
44
workflow_run:
5-
workflows: ["go-tests", "web-tests", "vuln-scan"]
5+
workflows: ["Tests (Go)", "Tests (Web)", "Vuln Scan"]
66
branches: [main]
77
types:
88
- completed

0 commit comments

Comments
 (0)