From 3ae9baf1082dd286cfb3d3b7ab805708d6e734c7 Mon Sep 17 00:00:00 2001 From: rare-magma Date: Sun, 27 Oct 2024 23:53:01 +0100 Subject: [PATCH] ci: cancel with new push Signed-off-by: rare-magma --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 905b4b3..f5e4b08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,10 @@ env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: build-and-push-image: runs-on: ubuntu-latest @@ -56,7 +60,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goos: [linux, windows, darwin] + goos: [linux] goarch: [amd64, arm64] steps: - uses: actions/checkout@v4