File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3939      helm : ${{ steps.changes.outputs.helm_all }} 
4040      python : ${{ steps.changes.outputs.python_all }} 
4141      yaml : ${{ steps.changes.outputs.yaml_all }} 
42-       poetry_files : ${{ steps.changes.outputs.python_sdk_poetry_files  }} 
42+       poetry_files : ${{ steps.changes.outputs.poetry_files  }} 
4343      github_workflows : ${{ steps.changes.outputs.github_workflows }} 
4444    steps :
4545      - name : " Check out repository code" 
@@ -128,7 +128,7 @@ jobs:
128128      always() && !cancelled() && 
129129      !contains(needs.*.result, 'failure') && 
130130      !contains(needs.*.result, 'cancelled') && 
131-       needs.files-changed.outputs.python_all  == 'true' 
131+       needs.files-changed.outputs.python  == 'true' 
132132     needs : ["files-changed", "yaml-lint", "python-lint"] 
133133    runs-on : ubuntu-latest 
134134    timeout-minutes : 30 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments