Skip to content

Add chunks to schema-based publications (#10128) #1956

Add chunks to schema-based publications (#10128)

Add chunks to schema-based publications (#10128) #1956

# A helper workflow to trigger the run of the backport workflow on the main
# branch, when a release branch or the main branch were changed.
name: Trigger the Backport Workflow
"on":
push:
branches:
- main
- ?.*.x
pull_request:
paths: .github/workflows/backport-trigger.yaml
jobs:
backport_trigger:
runs-on: timescaledb-runner-arm64
steps:
- name: Checkout TimescaleDB
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Trigger the Backport Workflow
env:
GH_TOKEN: ${{ secrets.ORG_AUTOMATION_TOKEN }}
run: |
gh workflow run backport.yaml --ref main