Skip to content

Commit a31f19d

Browse files
chore: disable replaced workflows and keep as reference
1 parent 923c64c commit a31f19d

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

.github/workflows/docker-build-publish.yml renamed to .github/workflows/docker-build-publish.yml.disabled

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1+
# This workflow has been replaced by release-pipeline.yml
2+
# Keeping for reference
3+
14
name: Build and Publish Docker Image
25

36
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request:
8-
branches:
9-
- main
7+
workflow_dispatch: # Manual trigger only
108

119
jobs:
1210
build:
Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1+
# This workflow has been replaced by release-pipeline.yml
2+
# Keeping for reference
3+
14
name: Build, Test & Publish Helm Chart
25

36
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request:
8-
branches:
9-
- main
10-
release:
11-
types: [published]
7+
workflow_dispatch: # Manual trigger only
128

139
jobs:
1410
lint:

0 commit comments

Comments
 (0)