Skip to content

Commit 689369e

Browse files
committed
After-merge fixes
1 parent 8a0d43c commit 689369e

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

.github/workflows/dispatched-mssql-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ jobs:
9292
build_config: Release
9393
target_framework: ${{ matrix.net }}
9494
specific_sha: ${{ inputs.specific_sha }}
95-
fetch_depth: ${{ fromJSON(inputs.fetch_depth) }}
9695
show_all_fails: ${{ fromJSON(inputs.show_all_fails) }}
9796
test_output_verbosity: minimal
9897
test_run_timeout: 50

.github/workflows/dispatched-mysql5-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ jobs:
9292
build_config: Release
9393
target_framework: ${{ matrix.net }}
9494
specific_sha: ${{ inputs.specific_sha }}
95-
fetch_depth: ${{ fromJSON(inputs.fetch_depth) }}
9695
test_output_verbosity: minimal
9796
test_run_timeout: 35
9897
run_main: true

.github/workflows/dispatched-pgsql10-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ jobs:
102102
build_config: Release
103103
target_framework: ${{ matrix.net }}
104104
specific_sha: ${{ inputs.specific_sha }}
105-
fetch_depth: ${{ fromJSON(inputs.fetch_depth) }}
106105
show_all_fails: ${{ fromJSON(inputs.show_all_fails) }}
107106
test_output_verbosity: minimal
108107
test_run_timeout: 30
@@ -123,7 +122,6 @@ jobs:
123122
build_config: Release
124123
target_framework: ${{ matrix.net }}
125124
specific_sha: ${{ inputs.specific_sha }}
126-
fetch_depth: ${{ fromJSON(inputs.fetch_depth) }}
127125
show_all_fails: ${{ fromJSON(inputs.show_all_fails) }}
128126
test_output_verbosity: minimal
129127
test_run_timeout: 30
@@ -144,7 +142,6 @@ jobs:
144142
build_config: Release
145143
target_framework: ${{ matrix.net }}
146144
specific_sha: ${{ inputs.specific_sha }}
147-
fetch_depth: ${{ fromJSON(inputs.fetch_depth) }}
148145
show_all_fails: ${{ fromJSON(inputs.show_all_fails) }}
149146
test_output_verbosity: minimal
150147
test_run_timeout: 30

.github/workflows/dispatched-pgsql9-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
# build_config: Release
5151
# target_frameworks: net6.0
5252
# specific_sha: ${{ inputs.specific_sha }}
53-
# fetch_depth: 1
5453
# test_output_verbosity: minimal
5554
# test_run_timeout: 70
5655
# run_main: true
@@ -110,7 +109,6 @@ jobs:
110109
build_config: Release
111110
target_framework: ${{ matrix.net }}
112111
specific_sha: ${{ inputs.specific_sha }}
113-
fetch_depth: ${{ fromJSON(inputs.fetch_depth) }}
114112
show_all_fails: ${{ fromJSON(inputs.show_all_fails) }}
115113
test_output_verbosity: minimal
116114
test_run_timeout: 30

0 commit comments

Comments
 (0)