Skip to content

Fix data race in TypeObjectFactory::get_instance (#5238) (#5241) #1006

Fix data race in TypeObjectFactory::get_instance (#5238) (#5241)

Fix data race in TypeObjectFactory::get_instance (#5238) (#5241) #1006

Workflow file for this run

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