Skip to content

adding protobuf file for receiving RSM-012 message in measurements #11

adding protobuf file for receiving RSM-012 message in measurements

adding protobuf file for receiving RSM-012 message in measurements #11

Workflow file for this run

name: CI orchestrator
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
# Branch policy status check
allow_merge_ci_orchestrator:
runs-on: ubuntu-latest
steps:
- name: Verify if merge is allowed
run: |
echo "Success"