elastic / ecs-logging-java

https://www.elastic.co/guide/en/ecs-logging/java/current/intro.html
Apache License 2.0
141 stars 75 forks source link

Fix pre-release workflow #229

Closed reakaleek closed 7 months ago

reakaleek commented 7 months ago

Context

The pre release workflow is failing instantly with a deadlock in https://github.com/elastic/ecs-logging-java/actions/runs/7912945522

Canceling since a deadlock for concurrency group 'Pre release' was detected between 'top level workflow' and 'pre-release'

Change

This change moves the concurrency settings to the parent workflows in all places where the pre-post-release.yml workflows is used as "sub"-workflow.

Currently the pre-post-release workflow is used only in release.yml and pre-release.yml. Whereas the pre-release workflow already had the concurrency settings.