"Release app" workflow concurrency configuration does not work as expected #2388
Labels
🤖 aspect: dx
Concerns developers' experience with the codebase
🛠 goal: fix
Bug fix
🧰 goal: internal improvement
Improvement that benefits maintainers, not users
🟨 priority: medium
Not blocking but should be addressed soon
Description
The "Release app" workflow's concurrency configuration uses the
app
input. However,inputs
is not available in that particular block.Reproduction
See this example of a run that was cancelled due to another run for a different app coming after it and taking priority.
Fix
The fix is to move the concurrency block to a place where
inputs
is available: https://github.com/orgs/community/discussions/35341This will still be necessary if we implement #2264
The text was updated successfully, but these errors were encountered: