File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3535 token : ${{ secrets.RELEASE_ENGINEERING_TOKEN }}
3636 repository : github/codeql-coding-standards-release-engineering
3737 event-type : matrix-test
38- client-payload : ' {"pr": "${{ github.event.number }}"}'
38+ client-payload : ' {"pr": "${{ github.event.issue. number }}"}'
3939
4040 - uses : actions/github-script@v6
4141 if : ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/test-matrix') }}
Original file line number Diff line number Diff line change @@ -321,7 +321,13 @@ $jobRows = $queriesToCheck | ForEach-Object -ThrottleLimit $NumThreads -Parallel
321321 # ##########################################################
322322 # Push context
323323 # ##########################################################
324- $fileSet = (Get-CompilerSpecificFiles - Configuration $using :Configuration - Language $using :Language - TestDirectory $testDirectory - Query $CurrentQueryName )
324+
325+ if ($q.shared_implementation_short_name ) {
326+ $fileSet = (Get-CompilerSpecificFiles - Configuration $using :Configuration - Language $using :Language - TestDirectory $testDirectory - Query $q.shared_implementation_short_name )
327+ }
328+ else {
329+ $fileSet = (Get-CompilerSpecificFiles - Configuration $using :Configuration - Language $using :Language - TestDirectory $testDirectory - Query $CurrentQueryName )
330+ }
325331
326332 if ($fileSet ){
327333 $context = Push-CompilerSpecificFiles - Configuration $using :Configuration - Language $using :Language - FileSet $fileSet
You can’t perform that action at this time.
0 commit comments