Skip to content

Commit ecb6a85

Browse files
Debug: MR to branch
Change added in MR file to get error in case of silent CI merge to the master branch Relates-To: MINOR Signed-off-by: Rustam Gamidov <ext-rustam.gamidov@here.com>
1 parent 3a1a795 commit ecb6a85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/psv_pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77
pull_request:
88
branches:
9-
- '*'
9+
- '**'
1010

1111
env:
1212
SEGFAULT_SIGNALS: all

olp-cpp-sdk-core/tests/utils/JsonTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const std::string kJsonData = R"json(
3737
],
3838
"regions": [
3939
{
40-
"id": 423423,
40+
"id": 427423,
4141
"parent_id": 14123411,
4242
"catalogs": [
4343
{

0 commit comments

Comments
 (0)