buildout / buildout

Buildout is a deployment automation tool written in and extended with Python
http://www.buildout.org
Other
570 stars 168 forks source link

Prevent running gh-actions twice for push/pull. #618

Closed mauritsvanrees closed 1 year ago

mauritsvanrees commented 1 year ago

Fixes issue #617. Copied from the zopefoundation repositories. See https://github.com/zopefoundation/meta/issues/145 and the final version with single quotes at meta.

I also added workflow_dispatch to allow to run these workflows manually from the Actions tab.

mauritsvanrees commented 1 year ago

I had an error and rebased, but let me close this PR and add a new one. Some checks were skipped, which might be because of the force push. I want to start fresh.