Skip to content

Fix strict real-time in Flow Controller (#3735) #567

Fix strict real-time in Flow Controller (#3735)

Fix strict real-time in Flow Controller (#3735) #567

Workflow file for this run

# .github/workflows/mirror.yml
on:
push:
branches:
- 'master'
jobs:
mirror_job:
runs-on: ubuntu-latest
name: Mirror master branch to API & ABI compatible minor version branches
strategy:
fail-fast: false
matrix:
dest_branch:
- '2.12.x'
steps:
- name: Mirror action step
id: mirror
uses: google/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
source: 'master'
dest: ${{ matrix.dest_branch }}