From 3f589c0c9c74d7f61fb416f42da49d66e5f6c26e Mon Sep 17 00:00:00 2001 From: QuanyiLi Date: Fri, 20 Oct 2023 13:04:51 +0100 Subject: [PATCH] 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