From 70cc28c191de4b08b134677a6ae3fb62dfb201a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sat, 19 Mar 2022 19:58:16 +0800 Subject: [PATCH] fix ci --- .github/workflows/pull.yml | 3 --- .github/workflows/push.yml | 1 - 2 files changed, 4 deletions(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index ffce9169..f1b99554 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -28,9 +28,6 @@ jobs: # Optional: show only new issues if it's a pull request. The default value is `false`. # only-new-issues: true - # Optional: if set to true then the action will use pre-installed Go. - skip-go-installation: true - # Optional: if set to true then the action don't cache or restore ~/go/pkg. # skip-pkg-cache: true diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 5e5150bb..e7eb1571 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -18,7 +18,6 @@ jobs: with: version: latest args: --issues-exit-code=0 - skip-go-installation: true - name: Commit back continue-on-error: true run: |