Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit df5d60e

Browse files
FabianUntermoserjomunker
authored andcommitted
refactor(ci): avoid quotes in workflow_run
1 parent 279599e commit df5d60e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-vm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Deploy Docker Images
33
on:
44
workflow_run:
55
workflows:
6-
- "Build and Push Web Docker Image"
7-
- "Build and Push CMS Docker Image"
6+
- Build and Push Web Docker Image
7+
- Build and Push CMS Docker Image
88
branches:
99
- development
1010
- feature/deployment-vm # TODO: remove temporary branch for testing

0 commit comments

Comments
 (0)