Skip to content

fix(checks): Add expression to allow renovate workflow run concurrency#199

Merged
chris3ware merged 4 commits intomainfrom
fix-conc-group-again
Apr 17, 2025
Merged

fix(checks): Add expression to allow renovate workflow run concurrency#199
chris3ware merged 4 commits intomainfrom
fix-conc-group-again

Conversation

@chris3ware
Copy link
Copy Markdown
Member

The previous PR (#196) which added ${{ github.action.event }} to the concurrency group name has not worked. When called, the action event is empty which means the group name is not unique for different events. This results in cancellation of workflow runs for renovate PRs that are synchronizes and edited in quick succession.

There is an open discussion for this issue: https://github.com/orgs/community/discussions/107552

To overcome this I have added a ternary operator that sets cancel-in-progress to false for the renovate bot.

@chris3ware chris3ware requested a review from a team as a code owner April 16, 2025 15:59
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 16, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@chris3ware chris3ware merged commit 3801868 into main Apr 17, 2025
1 check passed
@chris3ware chris3ware deleted the fix-conc-group-again branch April 17, 2025 10:06
3ware-release Bot pushed a commit that referenced this pull request Apr 17, 2025
## [4.21.3](v4.21.2...v4.21.3) (2025-04-17)

### Bug Fixes

* **checks:** Add expression to allow renovate workflow run concurrency ([#199](#199)) ([3801868](3801868))
@3ware-release
Copy link
Copy Markdown
Contributor

3ware-release Bot commented Apr 17, 2025

This PR is included in version 4.21.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants