Skip to content

Commit aab952c

Browse files
Have CD workflow completion trigger release mirroring (#24)
Signed-off-by: Michel Hidalgo <[email protected]>
1 parent f2882c8 commit aab952c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/mirror-release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: bosdyn_msgs release mirroring
22

33
on:
4+
workflow_run:
5+
workflows: [bosdyn_msgs CD]
6+
types: [completed]
47
release:
58
types: [published]
69

0 commit comments

Comments
 (0)