Skip to content

fix(ci-lease): S3 staging bucket for CFN deploy #12

fix(ci-lease): S3 staging bucket for CFN deploy

fix(ci-lease): S3 staging bucket for CFN deploy #12

Workflow file for this run

name: Scenario / planx
on:
pull_request:
paths:
- 'cloudformation/scenarios/planx/**'
- '.github/workflows/scenario-ci.yml'
- '.github/workflows/scenario-planx.yml'
- 'scripts/isb/**'
- 'tests/smoke/**'
workflow_dispatch:
concurrency:
group: scenario-planx-${{ github.ref }}
cancel-in-progress: true
permissions:
id-token: write
contents: read
jobs:
smoke:
uses: ./.github/workflows/scenario-ci.yml
with:
scenario: planx
secrets: inherit