Skip to content

Commit 450e599

Browse files
committed
Fix deploy referenced job name
1 parent b69d89e commit 450e599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/web-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy svg2gcode-web
22
on:
33
workflow_run:
44
branches: [main]
5-
workflows: [Build svg2gcode-web]
5+
workflows: [Check svg2gcode-web]
66
types: [completed]
77

88
env:

0 commit comments

Comments
 (0)