File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1717    timeout-minutes : 10 
1818    name : lint 
1919    runs-on : ${{ github.repository == 'stainless-sdks/browserbase-node' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }} 
20+     if : github.event_name == 'push' || github.event.pull_request.head.repo.fork 
2021    steps :
2122      - uses : actions/checkout@v4 
2223
3536    timeout-minutes : 5 
3637    name : build 
3738    runs-on : ${{ github.repository == 'stainless-sdks/browserbase-node' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }} 
39+     if : github.event_name == 'push' || github.event.pull_request.head.repo.fork 
3840    permissions :
3941      contents : read 
4042      id-token : write 
7072    timeout-minutes : 10 
7173    name : test 
7274    runs-on : ${{ github.repository == 'stainless-sdks/browserbase-node' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }} 
75+     if : github.event_name == 'push' || github.event.pull_request.head.repo.fork 
7376    steps :
7477      - uses : actions/checkout@v4 
7578
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments