Skip to content

Commit

Permalink
ci: prevent concurrent E2E runs for PR merges and release bumps (aws-…
Browse files Browse the repository at this point in the history
…deadline#445)

Signed-off-by: Josh Usiskin <[email protected]>
Co-authored-by: Yutong Li <[email protected]>
  • Loading branch information
jusiskin and YutongLi291 committed Oct 28, 2024
1 parent 01fb63e commit 94e012a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .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

WindowsE2ETests:
needs: UnitTests
Expand All @@ -69,6 +71,8 @@ jobs:
branch: mainline
environment: mainline
os: windows
concurrency:
group: windowse2e

Bump:
needs: [LinuxE2ETests, WindowsE2ETests, WindowsIntegrationTests]
Expand Down

0 comments on commit 94e012a

Please sign in to comment.