Fixed run_benchmarks.yml github action for fixing the problem to push… #4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: MoveIt Middleware Benchmark Github Action Test | |
on: [push, pull_request, workflow_dispatch] | |
jobs: | |
moveit_middleware_benchmark_github_action_test: | |
name: build | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: ./ |