From 0b711abb1619fd5f803a30f5eb3956276c11983d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E9=94=8Bxiao=5Flfeng?= Date: Thu, 29 Jun 2023 10:49:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/Laravel.y?= =?UTF-8?q?aml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/Laravel.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/Laravel.yaml b/.gitea/workflows/Laravel.yaml index 4ab4698..7096674 100644 --- a/.gitea/workflows/Laravel.yaml +++ b/.gitea/workflows/Laravel.yaml @@ -3,7 +3,6 @@ name: Tests on: push: branches: - - feature - master - '*.x' pull_request: @@ -15,7 +14,7 @@ permissions: jobs: tests: - runs-on: local + runs-on: centos strategy: fail-fast: true