Skip to content

Commit 2337f46

Browse files
committed
ci(cd): suppress zizmor dangerous-triggers for workflow_run
1 parent da034d2 commit 2337f46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ run-name: Deploy main to dev,ops by @${{ github.actor }}
33

44
on:
55
workflow_dispatch:
6-
workflow_run:
6+
workflow_run: # zizmor: ignore[dangerous-triggers] only triggers from CI on main, no untrusted input
77
workflows: ["CI"]
88
types: [completed]
99
branches: [main]

0 commit comments

Comments
 (0)