asyncapi / java-template

Java template for the AsyncAPI Generator
Apache License 2.0
10 stars 12 forks source link

ci: remove not needed workflow #77

Closed codingtenshi closed 1 year ago

codingtenshi commented 1 year ago

This PR removes not needed golang workflow.

This change will optimize github actions runtime.

Thanks to this line the file I just removed will not be created here by bot again.

derberg commented 1 year ago

@dalelane yup, it is totally needed. Now with new automation for global workflows, we can push workflows selectively. Like for example go-related workflows only to repositories with golang topic. So now we can cleanup and remove workflows that are 100% not needed. They will not be pushed by automation again.

In one repo this might not be a huge improvement. But in 60 repos, where @codingtenshi does cleanup, it means approximately 150 fewer workflow runs when big changes happen in all the repos. We provide relief for CI runners.

derberg commented 1 year ago

/rtm

asyncapi-bot commented 1 year ago

:tada: This PR is included in version 0.2.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: