Skip to content

Commit 349eea5

Browse files
authored
Remove workflow concurrency settings to prevent workflow cancellations on full CI builds (#262)
Remove workflow concurrency settings to prevent workflow cancellations on full CI builds (#262) Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
1 parent 7d28b6f commit 349eea5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/full-ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ on:
1212

1313
permissions: { }
1414

15-
# Cancel previous workflows if they are the same workflow on same ref (branch/tags)
16-
# with the same event (push/pull_request) even they are in progress.
17-
# This setting will help reduce the number of duplicated workflows.
18-
concurrency:
19-
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
20-
cancel-in-progress: true
21-
2215
jobs:
2316
java:
2417
name: Build Java ${{ matrix.os }}

0 commit comments

Comments
 (0)