Skip to content

fix(SystemsTable): RHICOMPL-3728 - Disable selection when selecting (… #100

fix(SystemsTable): RHICOMPL-3728 - Disable selection when selecting (…

fix(SystemsTable): RHICOMPL-3728 - Disable selection when selecting (… #100

Workflow file for this run

name: Stage environment sync
on:
push:
branches:
- 'master'
jobs:
sync-branches:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Merge master -> qa-beta
uses: robotology/[email protected]
with:
allow_ff: true
ff_only: true
stable_branch: master
user_name: compliance-github-bot
development_branch: qa-beta
push_token: 'GITHUB_TOKEN'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Merge master -> qa-stable
uses: robotology/[email protected]
with:
allow_ff: true
ff_only: true
stable_branch: master
user_name: compliance-github-bot
development_branch: qa-stable
push_token: 'GITHUB_TOKEN'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}