Skip to content

Prepare v1.17.2 release: consolidate changelog, bump version #1138

Prepare v1.17.2 release: consolidate changelog, bump version

Prepare v1.17.2 release: consolidate changelog, bump version #1138

Workflow file for this run

name: CI
on:
push:
branches: [ main, beta ]
pull_request:
branches: [ main, beta ]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
quality:
uses: ./.github/workflows/quality.yml
test:
needs: quality
uses: ./.github/workflows/tests.yml