carlosrsabreu / devo-abastecer

Twitter bot that publishes weekly the fuel prices updates on Madeira island.
https://twitter.com/devoabastecer
MIT License
10 stars 2 forks source link

[BUG]: Publish gas prices #6

Closed carlosrsabreu closed 2 years ago

carlosrsabreu commented 2 years ago

Expected Behavior

When the file gas_info.json is changed, it should publish the tweet message.

Actual Behavior

There's a pipeline (main.yml) with a cronjob that verifies if new gas prices were released. If that happens, a commit is triggered by a pipeline. Then, there's another pipeline (create_tweet.yml) that should be triggered to run the tweet.py file. However, at this moment, this pipeline is not triggered.