Skip to content

Commit ea43689

Browse files
committed
update workflow
1 parent bccac5d commit ea43689

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.github/workflows/01B_Deployment_ArgoCD_And_Promote.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -684,9 +684,6 @@ jobs:
684684
- name: Model 2 - Run test and promote if >90% success
685685
working-directory: emlo4-session-18-ajithvcoder-canary-argocd-kserve
686686
continue-on-error: true
687-
env:
688-
REPO_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
689-
CML_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
690687
run: |
691688
pip install matplotlib
692689
# Run test and capture output

.github/workflows/01_Deployment_Main.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ name: Deployment 01 - Main Trigger Workflow
44
# pull_request:
55
# types: [opened, synchronize, reopened]
66

7-
on:
8-
workflow_dispatch:
9-
107
# on:
11-
# push:
12-
# branches:
13-
# - dev_1
8+
# workflow_dispatch:
9+
10+
on:
11+
push:
12+
branches:
13+
- dev_1
1414

1515
jobs:
1616
# trigger-train:

0 commit comments

Comments
 (0)