Skip to content

Commit 796d7aa

Browse files
committed
remove unnecessary concurrency
Signed-off-by: M. Fatih Cırıt <mfc@autoware.org>
1 parent 67f940d commit 796d7aa

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

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

-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ on:
2222
codecov-token:
2323
required: true
2424

25-
concurrency:
26-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
27-
cancel-in-progress: true
28-
2925
env:
3026
CC: /usr/lib/ccache/gcc
3127
CXX: /usr/lib/ccache/g++

.github/workflows/clang-tidy-differential.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ on:
1515
required: false
1616
type: string
1717

18-
concurrency:
19-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
20-
cancel-in-progress: true
21-
2218
jobs:
2319
clang-tidy-differential:
2420
runs-on: ${{ inputs.runner }}

0 commit comments

Comments
 (0)