From 4f9440afcf9b6cf48a994ce846bcafdd9855f7c0 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw-openim)" <3293172751nss@gmail.com> Date: Mon, 17 Jul 2023 16:28:53 +0800 Subject: [PATCH] feat: add test file Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- .github/workflows/openimci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/openimci.yml b/.github/workflows/openimci.yml index 002680942..7949b79ad 100644 --- a/.github/workflows/openimci.yml +++ b/.github/workflows/openimci.yml @@ -60,8 +60,6 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v3 - with: - ref: ${{ github.head_ref }} - name: Run go modules tidy run: |