Skip to content

docs: mandate native concurrency; forbid free-runners - #52

Merged
shtse8 merged 1 commit into
mainfrom
codex/native-concurrency-retire-free-runners
Jul 30, 2026
Merged

docs: mandate native concurrency; forbid free-runners#52
shtse8 merged 1 commit into
mainfrom
codex/native-concurrency-retire-free-runners

Conversation

@shtse8

@shtse8 shtse8 commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Summary

Retire free-runners / API cancel-superseded workarounds and unify CI concurrency on GitHub-native cancellation:

concurrency:
  group: …-${{ github.event.pull_request.number || github.ref }}
  cancel-in-progress: true
  • Same PR new commit cancels old PR CI
  • New main push cancels old main CI
  • No custom free-runners job

Aligns with Agent-native Fast Trunk (ADR-01KYTNAGENTFASTTRUNK01).

Test plan

  • CI starts without free-runners job
  • Superseded runs cancel via concurrency

@shtse8
shtse8 merged commit 1496096 into main Jul 30, 2026
@shtse8
shtse8 deleted the codex/native-concurrency-retire-free-runners branch July 30, 2026 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant