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

Commit 70711b2

Browse files
FabianUntermoserjomunker
authored andcommitted
refactor(ci): remove workflow_dispatch
1 parent a5f177a commit 70711b2

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/build-push-cms.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- main
77
- development
88
- feature/deployment-vm
9-
workflow_dispatch:
109

1110
jobs:
1211
push_to_registries:

.github/workflows/build-push-web.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- development
88
paths:
99
- web/**
10-
workflow_dispatch:
1110

1211
jobs:
1312
push_to_registries:
@@ -19,14 +18,14 @@ jobs:
1918
steps:
2019
- name: Check out the repo
2120
uses: actions/checkout@v4
22-
21+
2322
- name: Log in to the Container registry
2423
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
2524
with:
2625
registry: ghcr.io
2726
username: ${{ github.actor }}
2827
password: ${{ secrets.GITHUB_TOKEN }}
29-
28+
3029
- name: Extract metadata (tags, labels) for Docker
3130
id: meta
3231
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
@@ -37,7 +36,7 @@ jobs:
3736
type=semver,pattern={{version}}
3837
images: |
3938
ghcr.io/${{ github.repository }}/web
40-
39+
4140
- name: Build and push Docker images
4241
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
4342
with:

.github/workflows/deploy-vm.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Deploy Docker Images
22

33
on:
4-
workflow_dispatch:
54
workflow_run:
65
workflows:
76
- "Build and Push Web Docker Image"

0 commit comments

Comments
 (0)