Skip to content

Prepare 2.29.2

Prepare 2.29.2 #1950

# 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Trigger the Backport Workflow
env:
GH_TOKEN: ${{ secrets.ORG_AUTOMATION_TOKEN }}
run: |
gh workflow run backport.yaml --ref main