We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c477c37 commit ce01c3bCopy full SHA for ce01c3b
.github/workflows/cd.yml
@@ -1,8 +1,8 @@
1
-name: CD Pipeline
+name: Prod CD Pipeline
2
3
on:
4
workflow_run:
5
- workflows: ["CI Pipeline"]
+ workflows: ["Prod CI Pipeline"]
6
types:
7
- completed
8
jobs:
.github/workflows/ci.yml
@@ -1,4 +1,4 @@
-name: CI Pipeline
+name: Prod CI Pipeline
push:
0 commit comments