ci: add workflow concurrency to stale action to prevent overlapping runs#3357
ci: add workflow concurrency to stale action to prevent overlapping runs#3357hesxo wants to merge 1 commit intoopen-telemetry:mainfrom
Conversation
|
|
|
The failing This PR only updates The reported failures are from existing broken links in:
Examples from the job log:
So this looks like a pre-existing repository-wide link check failure rather than an issue introduced by this PR. |
|
Hi @hesxo! Thanks for your PR. Have parallel runs ever occurred before and if so, is there any example where this has been an issue? The cron schedule is set to run once an hour and each run only takes a few seconds, so I wonder if there is any potential for this to happen to begin with: community/.github/workflows/issue-management-stale-action.yml Lines 3 to 6 in 6d44ee3 |
Description
Add workflow-level concurrency to the stale issue management workflow to prevent overlapping scheduled runs.
This ensures only one stale job runs at a time per repository, which helps avoid duplicate stale comments, conflicting label updates, and unnecessary GitHub Actions usage.
Link to tracking issue
N/A
Testing
Validated the workflow YAML update.
Confirmed the concurrency block is defined at the workflow level and applies to the scheduled stale job.