From 30ca309cf35a613379e582305d055f03764ccb62 Mon Sep 17 00:00:00 2001 From: Ruslan Gladov Date: Fri, 14 Jun 2024 09:46:11 +0300 Subject: [PATCH 1/2] Removed go.yaml --- .github/workflows/go.yml | 48 ++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 844cfb5d24..5562c0d64e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,24 +1,24 @@ -name: i386 linux tests - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - workflow_dispatch: - -jobs: - build: - runs-on: self-hosted - steps: - - uses: actions/checkout@v4 - - name: Set up Go - uses: actions/setup-go@v5 - with: - go-version: 1.21.4 - cache: false - - name: Run tests - run: go test -short ./... - env: - GOOS: linux - GOARCH: 386 +#name: i386 linux tests +# +#on: +# push: +# branches: [ master ] +# pull_request: +# branches: [ master ] +# workflow_dispatch: +# +#jobs: +# build: +# runs-on: self-hosted +# steps: +# - uses: actions/checkout@v4 +# - name: Set up Go +# uses: actions/setup-go@v5 +# with: +# go-version: 1.21.4 +# cache: false +# - name: Run tests +# run: go test -short ./... +# env: +# GOOS: linux +# GOARCH: 386 From 8773f4c47c173b47a13532527d30e0165a54056e Mon Sep 17 00:00:00 2001 From: Ruslan Gladov Date: Fri, 14 Jun 2024 09:47:45 +0300 Subject: [PATCH 2/2] Removed go.yaml --- .github/workflows/ci_deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_deploy.yaml b/.github/workflows/ci_deploy.yaml index 99d8d11418..9466d75980 100644 --- a/.github/workflows/ci_deploy.yaml +++ b/.github/workflows/ci_deploy.yaml @@ -4,6 +4,7 @@ on: pull_request: types: - closed + push: branches: - main