We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d10e81 commit e7e89d8Copy full SHA for e7e89d8
.github/workflows/build-and-test-differential.yaml
@@ -6,6 +6,8 @@ on:
6
jobs:
7
build-and-test-differential:
8
runs-on: ubuntu-latest
9
+ concurrency:
10
+ group: staging_environment
11
container: ${{ matrix.container }}${{ matrix.container-suffix }}
12
strategy:
13
fail-fast: false
@@ -66,6 +68,8 @@ jobs:
66
68
67
69
clang-tidy-differential:
70
71
72
73
container: ghcr.io/autowarefoundation/autoware-universe:humble-latest-cuda
74
needs: build-and-test-differential
75
steps:
0 commit comments