rohan472000 / reliance-stock-price-prediction-LSTM

Implemented LSTM model to predict Reliance stock prices, achieving accurate forecasts for 10 days.
MIT License
9 stars 4 forks source link

Remove trigger on push to main branch #12

Closed joelmathewphilip closed 1 year ago

joelmathewphilip commented 1 year ago

This would prevent infinite runs of the github action until we can find a fix to prevent duplicate runs. In the mean time the workflow can be triggered manually and also as a cron job

rohan472000 commented 1 year ago

Will it push and change existing files, like will it update that xlsx page??

joelmathewphilip commented 1 year ago

it will update the xlsx file when the cron job runs daily. Or you can trigger it manually whenever you like. This problem is occurring because we are using the pat token. I will see if I can find another solution to it.

rohan472000 commented 1 year ago

Actually it will turn automatic to manual. Let it be as it is till you or someone come up with other solutions.