Skip to content

fix(checks): Add event action to concurrency group name#196

Merged
chris3ware merged 1 commit intomainfrom
fix-conc-group
Apr 11, 2025
Merged

fix(checks): Add event action to concurrency group name#196
chris3ware merged 1 commit intomainfrom
fix-conc-group

Conversation

@chris3ware
Copy link
Copy Markdown
Member

Downstream workflows are being cancelled when renovate rebases as PR. This occurs because renovate will often update the title (edited event) and then force push any changes (synchronize event). Workflows triggered by edited events are being cancelled by workflows triggered by synchronize events because the concurrency group names are the same. Adding github.event.action to the concurrency group name should ensure they are unique for different events.

@chris3ware chris3ware requested a review from a team as a code owner April 11, 2025 12:30
@github-actions
Copy link
Copy Markdown
Contributor

Dependency Review

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

Scanned Files

None

@chris3ware chris3ware merged commit 372f02c into main Apr 11, 2025
1 check passed
@chris3ware chris3ware deleted the fix-conc-group branch April 11, 2025 13:05
3ware-release Bot pushed a commit that referenced this pull request Apr 11, 2025
## [4.20.1](v4.20.0...v4.20.1) (2025-04-11)

### Bug Fixes

* **checks:** Add event action to concurrency group name ([#196](#196)) ([372f02c](372f02c))
@3ware-release
Copy link
Copy Markdown
Contributor

3ware-release Bot commented Apr 11, 2025

This PR is included in version 4.20.1

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