Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into grpc-health-probe-0…
Browse files Browse the repository at this point in the history
….4.34
  • Loading branch information
devinrsmith committed Oct 8, 2024
2 parents 548f57d + 5b5ffab commit 6bd0b5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/branch-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ on:
description: 'The bake target(s), comma separated. Please ask for assistance.'
required: true

# For maximum cache coherency, ensure only one outstanding build at any given time
concurrency: release

jobs:
assemble-deephaven-core:
runs-on: ubuntu-24.04
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/edge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ on:
branches: [main]
workflow_dispatch:

# For maximum cache coherency, ensure only one outstanding build at any given time
concurrency: release
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
assemble-deephaven-core:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ on:
push:
branches: ["main", "release/v*"]

# For maximum cache coherency, ensure only one outstanding build at any given time
concurrency: release
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
Expand Down

0 comments on commit 6bd0b5e

Please sign in to comment.