Skip to content

feat: add import capabilities to cdktf #3644

feat: add import capabilities to cdktf

feat: add import capabilities to cdktf #3644

Workflow file for this run

name: Integration Tests - PR
on:
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
- reopened
jobs:
integration_test:
if: ${{ contains(github.event.pull_request.labels.*.name, 'ci/run-integration') || contains(github.event.pull_request.labels.*.name, 'ci/run-all') }}
uses: ./.github/workflows/integration.yml
with:
concurrency_group_prefix: pr
secrets: inherit