Skip to content

Commit 1924229

Browse files
[Backport 7.12] Check the code generation workflow (#5452)
Co-authored-by: Martijn Laarman <Mpdreamz@gmail.com>
1 parent 4059489 commit 1924229

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.ci/make.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@ case $CMD in
5252
exit 1
5353
esac
5454

55+
#--volume "${OUTPUT_DIR}:/sln/${output_folder}"
5556

5657
docker run \
5758
--env "DOTNET_VERSION" \
5859
--name test-runner \
59-
--volume "${OUTPUT_DIR}:/sln/${output_folder}" \
60+
--volume "$repo:/sln" \
6061
--rm \
6162
elastic/elasticsearch-net \
6263
./build.sh $TASK "${TASK_ARGS[@]}"

.github/workflows/make-codegen.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
schedule:
44
- cron: "0 0/2 * * *"
55

6-
76
jobs:
87
active-branches:
98
runs-on: ubuntu-latest
@@ -38,7 +37,6 @@ jobs:
3837
with:
3938
token: ${{ secrets.GITHUB_TOKEN }}
4039
branch: "fix/${{ matrix.branch }}/code-gen"
41-
delete-branch: true
4240
base: "${{ matrix.branch }}"
4341
commit-message: "[codegen] ${{ matrix.branch }} synchronization"
4442
title: '[codegen] ${{ matrix.branch }} synchronization'

0 commit comments

Comments
 (0)