litestar-org / litestar.dev

Source code for litestar.dev
https://litestar.dev
MIT License
2 stars 8 forks source link

CI: Save trees, only run toast updater on release event #25

Open JacobCoffee opened 7 months ago

JacobCoffee commented 7 months ago

The update-toast.yml workflow should only run when new litestar releases are cut. Research (and if possible implement) the usage of repository_dispatch or similar event kickoffs for workflows that will let us dynamically do this.


i wonder if we can use repository_dispatch to dynamically do this instead of killing trees

_Originally posted by @JacobCoffee in https://github.com/litestar-org/litestar.dev/pull/24#discussion_r1558817572_

JacobCoffee commented 7 months ago

https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#creating-pull-requests-in-a-remote-repository