Skip to content

fix(provider-generator): make sanitize comments function robust against diverse inputs #3633

fix(provider-generator): make sanitize comments function robust against diverse inputs

fix(provider-generator): make sanitize comments function robust against diverse inputs #3633

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