Skip to content

Commit d2860f1

Browse files
committed
Some SQL Server WFs (cold ones) build only for one .NET
1 parent 729d71d commit d2860f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-mssql2017-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
name: Tests on MS SQL Server 2017
120120
strategy:
121121
matrix:
122-
net: [ 'net5.0', 'net6.0' ]
122+
net: [ 'net6.0' ] # for cold runs we run for one .net
123123
# For security reasons we allow test runs either for pushes from the team or for pull-requests after their changes were seen and approved by someone
124124
#
125125
# push filter - to cover pushes from the team to main branch of major version

.github/workflows/auto-mssql2022-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
name: Tests on MS SQL Server 2022
120120
strategy:
121121
matrix:
122-
net: [ 'net5.0', 'net6.0' ]
122+
net: [ 'net6.0' ] # for cold runs we run for one .net
123123
# For security reasons we allow test runs either for pushes from the team or for pull-requests after their changes were seen and approved by someone
124124
#
125125
# push filter - to cover pushes from the team to main branch of major version

0 commit comments

Comments
 (0)