From 7575ed3cccb51b41120486eef722e51325871a97 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 17:12:13 +0100 Subject: [PATCH] clean up code --- ...rifyModelOperational.yml => MLPipelinePullRequest.yml} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) rename .github/workflows/{VerifyModelOperational.yml => MLPipelinePullRequest.yml} (92%) diff --git a/.github/workflows/VerifyModelOperational.yml b/.github/workflows/MLPipelinePullRequest.yml similarity index 92% rename from .github/workflows/VerifyModelOperational.yml rename to .github/workflows/MLPipelinePullRequest.yml index 94282d0..20c00d2 100644 --- a/.github/workflows/VerifyModelOperational.yml +++ b/.github/workflows/MLPipelinePullRequest.yml @@ -8,7 +8,7 @@ on: jobs: - Verify-Model: + Retreive-Artifacts: runs-on: ubuntu-latest @@ -31,6 +31,12 @@ jobs: cd modules/ml-pipeline/src/pipeline/src dvc pull -r experiments + Verify-Model: + + needs: Retreive-Artifacts + runs-on: ubuntu-latest + + steps: - name: Build Prediction docker Image run: | cd modules/ml-pipeline/src/pipeline/