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 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