File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 141141 'Windows (installer)'
142142 ] ;
143143
144- if ( run_id < 4158994618 ) {
145- matrix [ 5 ] = 'Windows (ucrt64)' ;
146- matrix [ 6 ] = 'Windows Installer' ;
147- }
148144 matrix . forEach ( function ( name ) {
149145 if ( name === 'MacOS (macOS-13)' && jobs [ 'MacOS' ] ) {
150146 name = 'MacOS'
203199 return octokit . actions . listWorkflowRunsForRepo ( {
204200 owner : "r-devel" ,
205201 repo : "r-svn" ,
206- // branch: "main",
202+ branch : "main" ,
207203 event : "push" ,
208204 page : page ,
209205 per_page : 30
212208 var allpromises = data . workflow_runs . map ( function ( run ) {
213209 if ( run . head_commit . message . indexOf ( 'git-svn-id' ) < 0 )
214210 return ;
215- if ( run . head_branch != 'main' && run . head_branch != 'master' )
216- return ; //remove when we have enough 'main' runs to forget about 'master'
217211 var tr = add_row ( $ ( 'tbody' ) ) ;
218212 fill_run ( run , tr ) ;
219213 const p1 = octokit . actions . listJobsForWorkflowRun ( {
You can’t perform that action at this time.
0 commit comments