Skip to content

Commit 715dfeb

Browse files
committed
Merge origin/leader (with unresolved conflicts)
2 parents 326c55f + ba558d0 commit 715dfeb

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ on:
66
pull_request:
77
branches: [leader]
88

9+
<<<<<<< HEAD
10+
||||||| 249a6ea
11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
15+
=======
16+
concurrency:
17+
group: pr-workflow-concurrency
18+
cancel-in-progress: true
19+
20+
>>>>>>> origin/leader
921
jobs:
1022
# 1. Fast, parallel validation for linting and unit tests
1123
unit_tests:

.github/workflows/pr-quality.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ on:
1010
required: true
1111
default: 'leader'
1212

13+
<<<<<<< HEAD
14+
||||||| 249a6ea
15+
concurrency:
16+
group: ${{ github.workflow }}-${{ github.ref }}
17+
cancel-in-progress: true
18+
19+
=======
20+
concurrency:
21+
group: pr-workflow-concurrency
22+
cancel-in-progress: true
23+
24+
>>>>>>> origin/leader
1325
env:
1426
FORCE_COLOR: 1
1527
# Browsers are installed INSIDE the workspace so they persist with clean: false

0 commit comments

Comments
 (0)