Skip to content

Commit

Permalink
fix: create new gazebo preview trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Apr 18, 2024
1 parent 795cf7b commit df62e3d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/run-preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Trigger gazebo preview deploy

on: [pull_request, push]

jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Succeed
run: exit 0

0 comments on commit df62e3d

Please sign in to comment.