Skip to content

Avoid concurrent time sync of multiple sensors #271

Avoid concurrent time sync of multiple sensors

Avoid concurrent time sync of multiple sensors #271

Workflow file for this run

name: prerelease
on:
pull_request:
branches:
- master
jobs:
prerelease:
if: ${{ startsWith(github.head_ref, 'release-') }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
env:
- ROS_DISTRO=noetic
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install gh-pr-comment
uses: at-wat/setup-gh-pr-comment@v0
- name: Pre-release test
run: |
eval export ${{ matrix.env }}
. .github/prerelease.conf
.github/prerelease_test.sh ${PRERELEASE_TARGETS}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HEAD_REF: ${{ github.head_ref }}