Skip to content

Commit 96a8ec7

Browse files
committed
Fixed import script
1 parent 07b1c17 commit 96a8ec7

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/import_generation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17
1+
18

.github/workflows/examples.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8+
types: [opened, synchronize, reopened, ready_for_review]
89
branches:
910
- main
1011
concurrency:

.github/workflows/import.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
--base ${{ github.ref_name }} \
8181
--head import-pr-$GENERATION \
8282
--title "Import YDB C++ SDK $GENERATION" \
83-
--body "Automatic import of new commits from ydb repository"
83+
--body "Automatic import of new commits from ydb repository" \
84+
--draft
8485
env:
8586
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8+
types: [opened, synchronize, reopened, ready_for_review]
89
branches:
910
- main
1011
concurrency:
@@ -116,4 +117,4 @@ jobs:
116117
- name: Test
117118
shell: bash
118119
run: |
119-
YDB_VERSION=${{ matrix.ydb-version }} ctest -j$(nproc) --preset integration
120+
YDB_VERSION=${{ matrix.ydb-version }} ctest -j2 --preset integration

0 commit comments

Comments
 (0)