Skip to content

Extended incompatible qos for monitor service documentation (#947) #352

Extended incompatible qos for monitor service documentation (#947)

Extended incompatible qos for monitor service documentation (#947) #352

Workflow file for this run

# .github/workflows/mirror.yml
name: Mirror
on:
push:
branches:
- 'master'
jobs:
mirror_job:
name: Mirror master branch to latest minor branches
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
dest_branch:
- '3.2.x'
- '3.x'
steps:
- name: Mirror action step
id: mirror
uses: eProsima/eProsima-CI/external/mirror-branch-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
source: 'master'
dest: ${{ matrix.dest_branch }}