Skip to content

Fix reversed semantics of sample_state READ/NOT_READ (#1201) #495

Fix reversed semantics of sample_state READ/NOT_READ (#1201)

Fix reversed semantics of sample_state READ/NOT_READ (#1201) #495

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.5.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 }}