From 1e256547810833d8b5b4632c7aa0b518d5cfde71 Mon Sep 17 00:00:00 2001 From: chengsiyuan Date: Mon, 7 Aug 2023 14:37:20 +0800 Subject: [PATCH] can only put ENV via runner it self --- .gitea/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 7e88da4..2ec1d8b 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -2,9 +2,6 @@ name: Build every docs on push run-name: ${{ github.actor }} is build AcoSail docs 🚀 on: - push -env: - httpProxy: http://10.9.2.33:7890 - httpSProxy: http://10.9.2.33:7890 jobs: Explore-Gitea-Actions-docker: runs-on: [AcoSail2_X86]