Skip to content

Commit

Permalink
Merge pull request #17 from elimu-ai/12-update-yml
Browse files Browse the repository at this point in the history
chore(ml): commit only generated files
  • Loading branch information
jo-elimu authored Aug 19, 2024
2 parents d10a2dc + 4dc34de commit 55cf56c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pmml-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
git config user.email '[email protected]'
- name: Git Commit
run: |
git add step1_prepare/*
git add step2_train/*
git add step3_predict/*
git add step1_prepare/*.csv
git add step2_train/*.pmml
git add step3_predict/*.csv
git add step3_predict/*.txt
git commit -m 'chore(ml): nightly build'
- name: Git Push
run: |
Expand Down

0 comments on commit 55cf56c

Please sign in to comment.