Skip to content

mysql_cdc: support parallel table snapshots #340

mysql_cdc: support parallel table snapshots

mysql_cdc: support parallel table snapshots #340

Workflow file for this run

name: Tag Bundles
on:
pull_request:
types:
- closed
branches:
- main
jobs:
tag-bundles:
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'update-bundles-')
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- name: Create and push bundle tags
run: |
./resources/scripts/tag_bundles.sh
git push origin --tags