astronomer / astro-sdk

Astro SDK allows rapid and clean development of {Extract, Load, Transform} workflows using Python and SQL, powered by Apache Airflow.
https://astro-sdk-python.rtfd.io/
Apache License 2.0
342 stars 42 forks source link

Deploy only if RC is released #2074

Closed vatsrahul1001 closed 9 months ago

vatsrahul1001 commented 9 months ago

Our RC test workflow was updating the deployment and running the master DAG even if there was no RC release. This PR only initiates deployment and DAG triggers when we have an RC release. Additionally, I have updated the cron of the deploy job to avoid both workflows running at the same time.