From 56b0b615b27955d181c171528ff47c1cb4556789 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Thu, 18 Dec 2025 01:30:47 +0000 Subject: [PATCH] fixup! fixup! More fixes, moving from python to golang worker. --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3e06f2a..8a163f9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,10 +4,10 @@ on: pull_request: branches: - main - push: - branches: - - "**" - - "!main" + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true permissions: contents: read