From 32d7f42067fe97dfeecbc946dd6ef1cf54ca91d6 Mon Sep 17 00:00:00 2001 From: Quanyi Li Date: Fri, 20 Oct 2023 13:07:39 +0100 Subject: [PATCH] try bypass docstring check (#521) try bypass --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3377b8a88..bbacff716 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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