Skip to content

Commit bccac5d

Browse files
committed
update workflow
1 parent 6402ba8 commit bccac5d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/01B_Deployment_ArgoCD_And_Promote.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,17 @@ jobs:
729729
echo "- ❌ Model not promoted due to insufficient success rate." >> report.md
730730
fi
731731
732+
cp report.md ../
733+
734+
- name: CML Comment
735+
env:
736+
REPO_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
737+
CML_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
738+
run: |
739+
pwd
740+
741+
ls -la
742+
732743
cml comment create report.md
733744
734745
- name: Delete Entire Stack

0 commit comments

Comments
 (0)