Skip to content

feat(ci-lease): S3 fallback for CDK-synth / SAM scenarios #16

feat(ci-lease): S3 fallback for CDK-synth / SAM scenarios

feat(ci-lease): S3 fallback for CDK-synth / SAM scenarios #16

name: Scenario / smart-car-park
on:
pull_request:
paths:
- 'cloudformation/scenarios/smart-car-park/**'
- '.github/workflows/scenario-ci.yml'
- '.github/workflows/scenario-smart-car-park.yml'
- 'scripts/isb/**'
- 'tests/smoke/**'
workflow_dispatch:
inputs:
reuse_account_id:
description: 'DEBUG: reuse an already-leased account (set via `isb assign` locally). Skips acquire/release.'
required: false
type: string
default: ''
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: smart-car-park
reuse_account_id: ${{ inputs.reuse_account_id || '' }}
secrets: inherit