Skip to content

Commit ace77a4

Browse files
committed
chore: added a VOD only workflow
1 parent de4787a commit ace77a4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

workflows/vod.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
steps:
2+
- type: ABR_TRANSCODE
3+
dependsOn: []
4+
- type: VOD_PACKAGE
5+
dependsOn:
6+
- ABR_TRANSCODE
7+
- type: CLEANUP
8+
dependsOn:
9+
- VOD_PACKAGE

0 commit comments

Comments
 (0)