File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1616  schedule :
1717    - cron : ' 0 2 * * *'    #  Daily at 02:00 UTC
1818
19-   #  Trigger on pull requests that modify infrastructure or workflow files 
20-   pull_request :
21-     paths :
22-       - ' .github/actions/**' 
23-       - ' .github/workflows/**' 
24-       - ' eng/**' 
25-       - ' !eng/pipelines/**' 
26-       - ' !eng/scripts/**' 
27-       - ' !eng/*pack/**' 
19+   #  TEMPORARILY DISABLED pull_request trigger due to #12143 (disk space issues): https://github.com/dotnet/aspire/issues/12143 
20+   #   pull_request:
21+   #     paths:
22+   #       - '.github/actions/**'
23+   #       - '.github/workflows/**'
24+   #       - 'eng/**'
25+   #       - '!eng/pipelines/**'
26+   #       - '!eng/scripts/**'
27+   #       - '!eng/*pack/**'
2828
2929concurrency :
3030  group : ${{ github.workflow }}-${{ github.ref }} 
Original file line number Diff line number Diff line change 1616  schedule :
1717    - cron : ' 0 2,14 * * *'    #  Twice daily at 02:00 and 14:00 UTC
1818
19-   #  Trigger on pull requests that modify infrastructure or workflow files 
20-   pull_request :
21-     paths :
22-       - ' .github/actions/**' 
23-       - ' .github/workflows/**' 
24-       - ' eng/**' 
25-       - ' !eng/pipelines/**' 
26-       - ' !eng/scripts/**' 
27-       - ' !eng/*pack/**' 
19+   #  TEMPORARILY DISABLED pull_request trigger due to #12143 (disk space issues): https://github.com/dotnet/aspire/issues/12143 
20+   #   pull_request:
21+   #     paths:
22+   #       - '.github/actions/**'
23+   #       - '.github/workflows/**'
24+   #       - 'eng/**'
25+   #       - '!eng/pipelines/**'
26+   #       - '!eng/scripts/**'
27+   #       - '!eng/*pack/**'
2828
2929concurrency :
3030  group : ${{ github.workflow }}-${{ github.ref }} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments