From 3283f711c75d0c03b02a2fb6a46b047d58e33cb4 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Wed, 14 Jan 2026 11:54:52 -0500 Subject: [PATCH] Revert "chore(e2e): Stop running current builds with new pushes (#6309)" (#6332) This reverts commit 11fc97622f275f83e1a99f528d25d9e9076cf632. --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e000acbec..d6980f20cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,10 +11,6 @@ on: workflow_call: workflow_dispatch: -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true - env: PKG_NAME: "boundary"