[ repair ]: Machine Learning Pipeline
Browse files
.github/workflows/lstm_pipeline.yaml
CHANGED
@@ -195,20 +195,20 @@ jobs:
|
|
195 |
rm -rf datasets
|
196 |
rm -rf posttrained
|
197 |
|
198 |
-
- name: Commit changes
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
- name: Push changes
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
|
213 |
|
214 |
tebakaja_crypto_space-0:
|
|
|
195 |
rm -rf datasets
|
196 |
rm -rf posttrained
|
197 |
|
198 |
+
# - name: Commit changes
|
199 |
+
# if: env.match != 'true'
|
200 |
+
# run: |
|
201 |
+
# git config --local user.email "belajarqywok@gmail.com"
|
202 |
+
# git config --local user.name "belajarqywok"
|
203 |
+
# git add -A
|
204 |
+
# git commit -m "Data Extraction, Training, and Modeling"
|
205 |
+
|
206 |
+
# - name: Push changes
|
207 |
+
# if: env.match != 'true'
|
208 |
+
# uses: ad-m/github-push-action@master
|
209 |
+
# with:
|
210 |
+
# github_token: ${{ secrets.GH_TOKEN }}
|
211 |
+
# branch: main
|
212 |
|
213 |
|
214 |
tebakaja_crypto_space-0:
|