Skip to content

Commit d37373a

Browse files
chensuyueChingis Yundunov
authored andcommitted
Unify the yaml name to fix the CD workflow (opea-project#1435)
Fix the issue in opea-project#1372 Signed-off-by: chensuyue <suyue.chen@intel.com> Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
1 parent bcc8881 commit d37373a

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

.github/workflows/_example-workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ jobs:
107107
tag: ${{ inputs.tag }}
108108
example: ${{ inputs.example }}
109109
hardware: ${{ inputs.node }}
110-
mode: "CD"
111110
secrets: inherit
112111

113112

File renamed without changes.

.github/workflows/pr-chart-e2e.yaml renamed to .github/workflows/pr-chart-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
helm-chart-test:
6767
needs: [job1]
6868
if: always() && ${{ needs.job1.outputs.run_matrix.example.length > 0 }}
69-
uses: ./.github/workflows/_helm-e2e.yaml
69+
uses: ./.github/workflows/_helm-e2e.yml
7070
strategy:
7171
matrix: ${{ fromJSON(needs.job1.outputs.run_matrix) }}
7272
with:

0 commit comments

Comments
 (0)