File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments