Skip to content

Commit ce01c3b

Browse files
committed
cd pipeline to K8 testing 4
1 parent c477c37 commit ce01c3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: CD Pipeline
1+
name: Prod CD Pipeline
22

33
on:
44
workflow_run:
5-
workflows: ["CI Pipeline"]
5+
workflows: ["Prod CI Pipeline"]
66
types:
77
- completed
88
jobs:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI Pipeline
1+
name: Prod CI Pipeline
22

33
on:
44
push:

0 commit comments

Comments
 (0)