From 44eae79ba3591308587fb16935c091fca597800d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=83=E5=92=8C=E6=AF=85?= Date: Thu, 19 Dec 2024 12:29:30 +0800 Subject: [PATCH] remove checkout to other branch, reduced to use main branch --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 328c336..2bc3cc6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,8 +30,8 @@ jobs: - if: env.num == '0' name: Checkout uses: actions/checkout@v4 - with: - ref: feat/add-semester-and-year-params + # with: + # ref: feat/add-semester-and-year-params - if: env.num == '0' uses: actions/cache@v3