Skip to content

Commit

Permalink
ci(build-and-test-differential): add concurrency for job
Browse files Browse the repository at this point in the history
  • Loading branch information
shmpwk authored Feb 5, 2024
1 parent 0d10e81 commit e7e89d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
build-and-test-differential:
runs-on: ubuntu-latest
concurrency:
group: staging_environment
container: ${{ matrix.container }}${{ matrix.container-suffix }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -66,6 +68,8 @@ jobs:

clang-tidy-differential:
runs-on: ubuntu-latest
concurrency:
group: staging_environment
container: ghcr.io/autowarefoundation/autoware-universe:humble-latest-cuda
needs: build-and-test-differential
steps:
Expand Down

0 comments on commit e7e89d8

Please sign in to comment.