Gemini: add concurrency to GitHub CI workflow #75

Open
opened 2026-05-28 01:16:27 +02:00 by codex · 0 comments
Collaborator

Context

Push and pull_request events can create duplicate CI runs for the same branch. GitHub supports workflow concurrency.

Task

Add a conservative concurrency block to .github/workflows/ci.yml.

Acceptance criteria

  • New pushes cancel stale in-progress runs for the same workflow/ref.
  • The workflow remains valid for pull_request and push events.
  • Forgejo workflow is not changed in this issue.

Verification

  • Existing CI template tests pass.
  • YAML remains readable and minimal.
## Context Push and pull_request events can create duplicate CI runs for the same branch. GitHub supports workflow concurrency. ## Task Add a conservative `concurrency` block to `.github/workflows/ci.yml`. ## Acceptance criteria - New pushes cancel stale in-progress runs for the same workflow/ref. - The workflow remains valid for pull_request and push events. - Forgejo workflow is not changed in this issue. ## Verification - Existing CI template tests pass. - YAML remains readable and minimal.
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pdurlej/fallow-py#75
No description provided.