Skip to content

Commit c77f1b9

Browse files
authored
ci(build-and-test): set concurrency to sequential and remove workflow_dispatch (#9638)
Signed-off-by: M. Fatih Cırıt <mfc@autoware.org>
1 parent e8ea100 commit c77f1b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- main
7-
workflow_dispatch:
87

98
concurrency:
10-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
11-
cancel-in-progress: true
9+
# Ensures sequential execution of this workflow
10+
group: ${{ github.workflow }}
11+
cancel-in-progress: false
1212

1313
env:
1414
CC: /usr/lib/ccache/gcc

0 commit comments

Comments
 (0)