Skip to content

Commit

Permalink
bypass doc string check when merging to main
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanyiLi committed Oct 20, 2023
1 parent fc03a36 commit 9d940e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
bash format.sh --test
code_docstring:
if: github.event_name != 'pull_request' || github.head_ref != 'main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion bridges/ros_bridge/_delete_rviz_line.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Only for github CI using!
Only for github CI using! The visualization tool is not available on github server, remove it.
"""
import os

Expand Down

0 comments on commit 9d940e2

Please sign in to comment.