Skip to content

fix(ci-lease): serialise callers + servicecatalog perm #29

fix(ci-lease): serialise callers + servicecatalog perm

fix(ci-lease): serialise callers + servicecatalog perm #29

name: Scenario / council-chatbot
# Pilot caller for the per-scenario ephemeral-lease CI model. Triggered on
# changes that affect the council-chatbot scenario or the shared CI infra.
on:
pull_request:
paths:
- 'cloudformation/scenarios/council-chatbot/**'
- '.github/workflows/scenario-ci.yml'
- '.github/workflows/scenario-council-chatbot.yml'
- 'scripts/isb/**'
- 'tests/smoke/**'
workflow_dispatch:
concurrency:
# 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
contents: read
jobs:
smoke:
uses: ./.github/workflows/scenario-ci.yml
with:
scenario: council-chatbot
secrets: inherit