From bc2d05bd85df5595b0088ae4fd1ac3a043750654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferdinand=20M=C3=BCtsch?= Date: Fri, 14 Jul 2023 08:50:23 +0200 Subject: [PATCH] ci: skip multi-platform build step on pushes and prs [skip ci] --- .github/workflows/ci.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 838e7c1..7ca4bc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,33 +75,6 @@ jobs: with: sarif_file: mapi.sarif - build: - name: 'Build (Win, Linux, Mac)' - - strategy: - matrix: - platform: [ubuntu-latest, macos-latest, windows-latest] - - runs-on: ${{ matrix.platform }} - env: - CGO_ENABLED: 0 - - steps: - - name: Set up Go 1.x - uses: actions/setup-go@v3 - with: - go-version: ^1.20 - id: go - - - name: Check out code into the Go module directory - uses: actions/checkout@v3 - - - name: Get dependencies - run: go get - - - name: Build - run: go build -v . - migration: name: Migration tests runs-on: ubuntu-latest