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
8 changes: 8 additions & 0 deletions .github/workflows/fpga-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ on:
- '.github/workflows/fpga-build.yml'
workflow_dispatch:

# A run for a commit that has since been superseded measures nothing anyone
# will read. Without a group, every merge to master queued one more run of
# this gate behind the last: 62 were waiting on 2026-09-17 while the 15
# workflows that do carry a group had exactly one each.
concurrency:
group: fpga-build-${{ github.ref }}
cancel-in-progress: true

jobs:
fpga-smoke:
# A hung apt step ran 6h0m16s to the GitHub ceiling on 2026-08-18 and
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/gate-topology.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ on:
# out. `tri gates unmeasured` reports the gap; this is what closes it.
workflow_dispatch:

# A run for a commit that has since been superseded measures nothing anyone
# will read. Without a group, every merge to master queued one more run of
# this gate behind the last: 62 were waiting on 2026-09-17 while the 15
# workflows that do carry a group had exactly one each.
concurrency:
group: gate-topology-${{ github.ref }}
cancel-in-progress: true

jobs:
gate-topology:
runs-on: ubuntu-latest
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/notebook-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ on:
permissions:
pull-requests: write

# A run for a commit that has since been superseded measures nothing anyone
# will read. Without a group, every merge to master queued one more run of
# this gate behind the last: 62 were waiting on 2026-09-17 while the 15
# workflows that do carry a group had exactly one each.
concurrency:
group: notebook-gate-${{ github.ref }}
cancel-in-progress: true

jobs:
check-notebook-id:
runs-on: ubuntu-latest
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/now-sync-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ on:
# out. `tri gates unmeasured` reports the gap; this is what closes it.
workflow_dispatch:

# A run for a commit that has since been superseded measures nothing anyone
# will read. Without a group, every merge to master queued one more run of
# this gate behind the last: 62 were waiting on 2026-09-17 while the 15
# workflows that do carry a group had exactly one each.
concurrency:
group: now-sync-gate-${{ github.ref }}
cancel-in-progress: true

jobs:
check-now-freshness:
runs-on: ubuntu-latest
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/schema-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ on:
branches: [master]
workflow_dispatch:

# A run for a commit that has since been superseded measures nothing anyone
# will read. Without a group, every merge to master queued one more run of
# this gate behind the last: 62 were waiting on 2026-09-17 while the 15
# workflows that do carry a group had exactly one each.
concurrency:
group: schema-validation-${{ github.ref }}
cancel-in-progress: true

jobs:
# The job id is the status-check CONTEXT that branch protection matches on.
# It was `validate` and must stay `validate`: renaming it makes the required
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ on:
# Top-level token is read-only; jobs elevate only what they need.
permissions: read-all

# A run for a commit that has since been superseded measures nothing anyone
# will read. Without a group, every merge to master queued one more run of
# this gate behind the last: 62 were waiting on 2026-09-17 while the 15
# workflows that do carry a group had exactly one each.
concurrency:
group: scorecard-${{ github.ref }}
cancel-in-progress: true

jobs:
analysis:
name: Scorecard analysis
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/seal-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ on:
branches: [master]
workflow_dispatch:

# A run for a commit that has since been superseded measures nothing anyone
# will read. Without a group, every merge to master queued one more run of
# this gate behind the last: 62 were waiting on 2026-09-17 while the 15
# workflows that do carry a group had exactly one each.
concurrency:
group: seal-coverage-${{ github.ref }}
cancel-in-progress: true

jobs:
coverage:
runs-on: ubuntu-latest
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/secret-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ on:
# out. `tri gates unmeasured` reports the gap; this is what closes it.
workflow_dispatch:

# A run for a commit that has since been superseded measures nothing anyone
# will read. Without a group, every merge to master queued one more run of
# this gate behind the last: 62 were waiting on 2026-09-17 while the 15
# workflows that do carry a group had exactly one each.
concurrency:
group: secret-scan-${{ github.ref }}
cancel-in-progress: true

jobs:
scan:
runs-on: ubuntu-latest
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/untrusted-input-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ on:
permissions:
contents: read

# A run for a commit that has since been superseded measures nothing anyone
# will read. Without a group, every merge to master queued one more run of
# this gate behind the last: 62 were waiting on 2026-09-17 while the 15
# workflows that do carry a group had exactly one each.
concurrency:
group: untrusted-input-gate-${{ github.ref }}
cancel-in-progress: true

jobs:
untrusted-input:
runs-on: ubuntu-latest
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/withdrawn-live-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ on:
branches: [master]
workflow_dispatch:

# A run for a commit that has since been superseded measures nothing anyone
# will read. Without a group, every merge to master queued one more run of
# this gate behind the last: 62 were waiting on 2026-09-17 while the 15
# workflows that do carry a group had exactly one each.
concurrency:
group: withdrawn-live-gate-${{ github.ref }}
cancel-in-progress: true

jobs:
withdrawn-live:
runs-on: ubuntu-latest
Expand Down
Loading