Skip to content

ci: add concurrency-cancellation group to CI workflow - #14

Merged
DaveSkender merged 1 commit into
mainfrom
fac-375-add-concurrency-groups
Jul 17, 2026
Merged

ci: add concurrency-cancellation group to CI workflow#14
DaveSkender merged 1 commit into
mainfrom
fac-375-add-concurrency-groups

Conversation

@facioquobo

@facioquobo facioquobo Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Summary

Superseded CI runs — e.g. rapid pushes to the same branch or PR — currently run to completion instead of being cancelled, consuming CI minutes for results that are already obsolete.

This adds a standard GitHub Actions concurrency: group to ci.yml, keyed on ${{ github.workflow }}-${{ github.head_ref || github.ref }} with cancel-in-progress: true, so a newer run cancels the prior in-progress one.

Additive-only: no existing job, step, trigger, or cache behavior is changed.

Test plan

  • The modified workflow parses as valid YAML locally.
  • CI on this PR exercises the workflow; pushing a follow-up commit to this branch demonstrates the earlier run transitioning to cancelled.

Superseded CI runs (rapid pushes to the same ref or PR) currently run to
completion, wasting Actions minutes. Add a concurrency group keyed on the
workflow name plus head_ref/ref so a newer run cancels the prior in-progress
one.
@facioquobo
facioquobo Bot marked this pull request as ready for review July 17, 2026 02:22
@facioquobo
facioquobo Bot requested a review from a team July 17, 2026 02:22
@facioquoqa

facioquoqa Bot commented Jul 17, 2026

Copy link
Copy Markdown

:neckbeard: FaciōQuōqa Mage automatic code review is disabled in your mage.yml

  • Trigger review

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@DaveSkender
DaveSkender merged commit 3da10f2 into main Jul 17, 2026
11 checks passed
@DaveSkender
DaveSkender deleted the fac-375-add-concurrency-groups branch July 17, 2026 02:36
@github-project-automation github-project-automation Bot moved this from 👀 In review to ✅ Done in Stock Indicators for Python Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants