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 1515      github.event.workflow_run.conclusion == 'success' && 
1616      (github.event.workflow_run.event == 'pull_request' || 
1717       (github.event.workflow_run.event == 'push' && github.event.workflow_run.head_branch == 'main')) 
18- uses : ansible/team-devtools/.github/workflows/finalize.yml@fix/sonarcloud-workflow  
18+ uses : ansible/team-devtools/.github/workflows/finalize.yml@main  
1919    with :
2020      run-id : ${{ github.event.workflow_run.id }} 
2121      workflow-event : ${{ github.event.workflow_run.event }} 
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ permissions:
2828
2929jobs :
3030  tox :
31-     uses : ansible/team-devtools/.github/workflows/tox.yml@fix/sonarcloud-workflow  
31+     uses : ansible/team-devtools/.github/workflows/tox.yml@main  
3232    with :
3333      max_python : " 3.13" 
3434      jobs_producing_coverage : 8 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments