Skip to content

chore(@cdktf/hcl2json): npm-check-updates && yarn upgrade #4159

chore(@cdktf/hcl2json): npm-check-updates && yarn upgrade

chore(@cdktf/hcl2json): npm-check-updates && yarn upgrade #4159

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