Skip to content

Commit e7e89d8

Browse files
authored
ci(build-and-test-differential): add concurrency for job
1 parent 0d10e81 commit e7e89d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-and-test-differential.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
jobs:
77
build-and-test-differential:
88
runs-on: ubuntu-latest
9+
concurrency:
10+
group: staging_environment
911
container: ${{ matrix.container }}${{ matrix.container-suffix }}
1012
strategy:
1113
fail-fast: false
@@ -66,6 +68,8 @@ jobs:
6668

6769
clang-tidy-differential:
6870
runs-on: ubuntu-latest
71+
concurrency:
72+
group: staging_environment
6973
container: ghcr.io/autowarefoundation/autoware-universe:humble-latest-cuda
7074
needs: build-and-test-differential
7175
steps:

0 commit comments

Comments
 (0)