Skip to content

Commit b225192

Browse files
fix after review
1 parent 900d86a commit b225192

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/examples.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ on:
77
pull_request:
88
branches:
99
- main
10-
10+
concurrency:
11+
group: examples-${{ github.ref }}-${{ matrix.ydb-version }}
12+
cancel-in-progress: true
1113
jobs:
1214
main:
1315
name: Examples
14-
concurrency:
15-
group: examples-${{ github.ref }}-${{ matrix.ydb-version }}
16-
cancel-in-progress: true
1716
runs-on: ubuntu-22.04
1817
strategy:
1918
fail-fast: false

tests/integration/basic_example_it/basic_example.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
#include <ydb-cpp-sdk/client/driver/driver.h>
44
#include <ydb-cpp-sdk/client/table/table.h>
55

6-
#include <gtest/gtest.h>
7-
86
#include <vector>
97

108
using namespace NYdb;

0 commit comments

Comments
 (0)