From 6f83426c99324e1d0d6d10fcd98e0153afe04f1a Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Wed, 10 Jun 2026 16:40:02 -0400 Subject: [PATCH] Don't preempt snapshot runs --- .github/workflows/beam_Publish_Beam_SDK_Snapshots.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml index 06214a200123..526abfd4e30b 100644 --- a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml +++ b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml @@ -36,11 +36,6 @@ permissions: security-events: read statuses: read -# This allows a subsequently queued workflow run to interrupt previous runs -concurrency: - group: '${{ github.workflow }} @ ${{ github.event.issue.number || github.sha || github.head_ref || github.ref }}-${{ github.event.schedule || github.event.sender.login }}' - cancel-in-progress: true - env: DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GE_CACHE_USERNAME }}