This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new a40685ccc62 Don't preempt snapshot runs (#38904)
a40685ccc62 is described below
commit a40685ccc62c1d4043b6f51bf3f288f2cecca3c6
Author: Danny McCormick <[email protected]>
AuthorDate: Thu Jun 11 10:46:50 2026 -0400
Don't preempt snapshot runs (#38904)
---
.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 }}