Skip to content

Commit

Permalink
COBA LAGI
Browse files Browse the repository at this point in the history
  • Loading branch information
zzazzz committed Dec 22, 2024
1 parent 59689a0 commit cea8610
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,6 @@ jobs:
run: |
python model_training.py
- name: Pull the latest changes from the remote repository
run: |
git pull origin main # Pull the latest changes from the main branch
- name: Commit and Push Model Files
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git add model/ processor/
git commit -m "Add trained model and processor files"
git push origin main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

validate_model:
needs: train_model
runs-on: ubuntu-latest
Expand Down

0 comments on commit cea8610

Please sign in to comment.