Skip to content

Commit

Permalink
try bypass docstring check (#521)
Browse files Browse the repository at this point in the history
try bypass
  • Loading branch information
QuanyiLi committed Oct 20, 2023
1 parent 486f190 commit 32d7f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
bash format.sh --test
code_docstring:
if: github.event_name != 'pull_request' || github.head_ref != 'main'
if: github.event_name != 'push' || github.ref != 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 32d7f42

Please sign in to comment.