Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .github/workflows/sdd-execute-haiku.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .github/workflows/sdd-execute-haiku.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ permissions:
contents: read
issues: read
pull-requests: read
# Per-ITEM concurrency (norrietaylor/spectacles#308). gh-aw's default lock group
# `gh-aw-${{ github.workflow }}` is shared across every same-tier execute run, so
# GitHub cancels a previously-pending run when a new same-tier run queues — a
# re-triggered task can be silently cancelled at its activation job by unrelated
# activity on a sibling task. Key the group on the resolved item number so
# distinct tasks never collide; fall back to run_id when the context is absent.
concurrency:
group: "gh-aw-${{ github.workflow }}-${{ fromJSON(inputs.aw_context).item_number || github.run_id }}"
# Wall-clock budget per run (gh-aw default is 20). Raised to 60 so the in-sandbox
# cargo build/test pre-PR gate (step 6) plus a broad multi-file change fit in one
# run before the agent job is killed.
Expand Down
Loading
Loading