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/