fix(ci-lease): serialise callers + servicecatalog perm #14
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Scenario / bops-planning | |
| on: | |
| pull_request: | |
| paths: | |
| - 'cloudformation/scenarios/bops-planning/**' | |
| - '.github/workflows/scenario-ci.yml' | |
| - '.github/workflows/scenario-bops-planning.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: bops-planning | |
| secrets: inherit |