This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/snapshotConcurrency
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 6f83426c99324e1d0d6d10fcd98e0153afe04f1a
Author: Danny McCormick <[email protected]>
AuthorDate: Wed Jun 10 16:40:02 2026 -0400

    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 06214a20012..526abfd4e30 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 }}

Reply via email to