Skip to content

chore: release 0.17.1 #3003

chore: release 0.17.1

chore: release 0.17.1 #3003

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