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
7 changes: 5 additions & 2 deletions .github/workflows/scenario-ai-contact-centre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ on:
workflow_dispatch:

concurrency:
group: scenario-ai-contact-centre-${{ github.ref }}
cancel-in-progress: true
# Repo-wide group across ALL scenario callers because ISB caps ci-bot
# at 1 active lease at a time (maxLeasesPerUser). Concurrent dispatches
# would 409. Serialise here so each scenario gets a turn.
group: scenario-ci-pool
cancel-in-progress: false

permissions:
id-token: write
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/scenario-bops-planning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ on:
workflow_dispatch:

concurrency:
group: scenario-bops-planning-${{ github.ref }}
cancel-in-progress: true
# Repo-wide group across ALL scenario callers because ISB caps ci-bot
# at 1 active lease at a time (maxLeasesPerUser). Concurrent dispatches
# would 409. Serialise here so each scenario gets a turn.
group: scenario-ci-pool
cancel-in-progress: false

permissions:
id-token: write
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/scenario-council-chatbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ on:
workflow_dispatch:

concurrency:
# One run per branch; cancel a superseded run in flight (the new commit
# will get a fresh lease — releasing the old lease happens on the
# cancelled run's if: always() release step, or eventually by the janitor).
group: scenario-council-chatbot-${{ github.ref }}
cancel-in-progress: true
# Repo-wide group across ALL scenario callers because ISB caps ci-bot
# at 1 active lease at a time (maxLeasesPerUser). Concurrent dispatches
# would 409. Serialise here so each scenario gets a turn.
group: scenario-ci-pool
cancel-in-progress: false

permissions:
id-token: write
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/scenario-digital-planning-register.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ on:
workflow_dispatch:

concurrency:
group: scenario-digital-planning-register-${{ github.ref }}
cancel-in-progress: true
# Repo-wide group across ALL scenario callers because ISB caps ci-bot
# at 1 active lease at a time (maxLeasesPerUser). Concurrent dispatches
# would 409. Serialise here so each scenario gets a turn.
group: scenario-ci-pool
cancel-in-progress: false

permissions:
id-token: write
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/scenario-fixmystreet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ on:
workflow_dispatch:

concurrency:
group: scenario-fixmystreet-${{ github.ref }}
cancel-in-progress: true
# Repo-wide group across ALL scenario callers because ISB caps ci-bot
# at 1 active lease at a time (maxLeasesPerUser). Concurrent dispatches
# would 409. Serialise here so each scenario gets a turn.
group: scenario-ci-pool
cancel-in-progress: false

permissions:
id-token: write
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/scenario-foi-redaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ on:
workflow_dispatch:

concurrency:
group: scenario-foi-redaction-${{ github.ref }}
cancel-in-progress: true
# Repo-wide group across ALL scenario callers because ISB caps ci-bot
# at 1 active lease at a time (maxLeasesPerUser). Concurrent dispatches
# would 409. Serialise here so each scenario gets a turn.
group: scenario-ci-pool
cancel-in-progress: false

permissions:
id-token: write
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/scenario-localgov-drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ on:
workflow_dispatch:

concurrency:
group: scenario-localgov-drupal-${{ github.ref }}
cancel-in-progress: true
# Repo-wide group across ALL scenario callers because ISB caps ci-bot
# at 1 active lease at a time (maxLeasesPerUser). Concurrent dispatches
# would 409. Serialise here so each scenario gets a turn.
group: scenario-ci-pool
cancel-in-progress: false

permissions:
id-token: write
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/scenario-localgov-ims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ on:
workflow_dispatch:

concurrency:
group: scenario-localgov-ims-${{ github.ref }}
cancel-in-progress: true
# Repo-wide group across ALL scenario callers because ISB caps ci-bot
# at 1 active lease at a time (maxLeasesPerUser). Concurrent dispatches
# would 409. Serialise here so each scenario gets a turn.
group: scenario-ci-pool
cancel-in-progress: false

permissions:
id-token: write
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/scenario-minute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ on:
workflow_dispatch:

concurrency:
group: scenario-minute-${{ github.ref }}
cancel-in-progress: true
# Repo-wide group across ALL scenario callers because ISB caps ci-bot
# at 1 active lease at a time (maxLeasesPerUser). Concurrent dispatches
# would 409. Serialise here so each scenario gets a turn.
group: scenario-ci-pool
cancel-in-progress: false

permissions:
id-token: write
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/scenario-paperless-ngx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ on:
workflow_dispatch:

concurrency:
group: scenario-paperless-ngx-${{ github.ref }}
cancel-in-progress: true
# Repo-wide group across ALL scenario callers because ISB caps ci-bot
# at 1 active lease at a time (maxLeasesPerUser). Concurrent dispatches
# would 409. Serialise here so each scenario gets a turn.
group: scenario-ci-pool
cancel-in-progress: false

permissions:
id-token: write
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/scenario-planning-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ on:
workflow_dispatch:

concurrency:
group: scenario-planning-ai-${{ github.ref }}
cancel-in-progress: true
# Repo-wide group across ALL scenario callers because ISB caps ci-bot
# at 1 active lease at a time (maxLeasesPerUser). Concurrent dispatches
# would 409. Serialise here so each scenario gets a turn.
group: scenario-ci-pool
cancel-in-progress: false

permissions:
id-token: write
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/scenario-planx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ on:
workflow_dispatch:

concurrency:
group: scenario-planx-${{ github.ref }}
cancel-in-progress: true
# Repo-wide group across ALL scenario callers because ISB caps ci-bot
# at 1 active lease at a time (maxLeasesPerUser). Concurrent dispatches
# would 409. Serialise here so each scenario gets a turn.
group: scenario-ci-pool
cancel-in-progress: false

permissions:
id-token: write
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/scenario-quicksight-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ on:
workflow_dispatch:

concurrency:
group: scenario-quicksight-dashboard-${{ github.ref }}
cancel-in-progress: true
# Repo-wide group across ALL scenario callers because ISB caps ci-bot
# at 1 active lease at a time (maxLeasesPerUser). Concurrent dispatches
# would 409. Serialise here so each scenario gets a turn.
group: scenario-ci-pool
cancel-in-progress: false

permissions:
id-token: write
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/scenario-simply-readable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ on:
workflow_dispatch:

concurrency:
group: scenario-simply-readable-${{ github.ref }}
cancel-in-progress: true
# Repo-wide group across ALL scenario callers because ISB caps ci-bot
# at 1 active lease at a time (maxLeasesPerUser). Concurrent dispatches
# would 409. Serialise here so each scenario gets a turn.
group: scenario-ci-pool
cancel-in-progress: false

permissions:
id-token: write
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/scenario-smart-car-park.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ on:
workflow_dispatch:

concurrency:
group: scenario-smart-car-park-${{ github.ref }}
cancel-in-progress: true
# Repo-wide group across ALL scenario callers because ISB caps ci-bot
# at 1 active lease at a time (maxLeasesPerUser). Concurrent dispatches
# would 409. Serialise here so each scenario gets a turn.
group: scenario-ci-pool
cancel-in-progress: false

permissions:
id-token: write
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/scenario-text-to-speech.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ on:
workflow_dispatch:

concurrency:
group: scenario-text-to-speech-${{ github.ref }}
cancel-in-progress: true
# Repo-wide group across ALL scenario callers because ISB caps ci-bot
# at 1 active lease at a time (maxLeasesPerUser). Concurrent dispatches
# would 409. Serialise here so each scenario gets a turn.
group: scenario-ci-pool
cancel-in-progress: false

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ Resources:
Action:
- 's3:*'
- 's3vectors:*'
- 'servicecatalog:*'
- 'lambda:*'
- 'apigateway:*'
- 'dynamodb:*'
Expand Down
Loading