Skip to content

Commit

Permalink
ci: prevent concurrent E2E runs for PR merges and release bumps
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Usiskin <[email protected]>
  • Loading branch information
jusiskin committed Oct 17, 2024
1 parent df7a0bd commit 590d04d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
branch: mainline
environment: mainline
os: linux
concurrency:
group: linuxe2e

WindowsE2ETest:
needs: UnitTests
Expand All @@ -69,11 +71,13 @@ jobs:
branch: mainline
environment: mainline
os: windows
concurrency:
group: windowse2e

Bump:
needs: LinuxE2ETests
name: Version Bump
uses: aws-deadline/.github/.github/workflows/reusable_bump.yml@mainline
secrets: inherit
with:
force_version_bump: ${{ inputs.force_version_bump }}
force_version_bump: ${{ inputs.force_version_bump }}

0 comments on commit 590d04d

Please sign in to comment.