File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010    tags :
1111    - ' *' 
1212
13+ env :
14+   HAS_ACCESS_TO_GITHUB_TOKEN : ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }} 
15+ 
1316jobs :
1417  test-scan-docker-image :
18+     if : ${{ env.HAS_ACCESS_TO_GITHUB_TOKEN == 'true' }} 
1519    name : Test Scan Docker Image 
1620    runs-on : ubuntu-22.04 
1721    env :
Original file line number Diff line number Diff line change 1111    - ' *' 
1212  workflow_dispatch : {} 
1313
14- env :
15-   HAS_ACCESS_TO_GITHUB_TOKEN : ${{ github.event_name != 'pull_request' || (github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]') }} 
16- 
1714jobs :
1815  test-rust-checks :
19-     if : ${{ env.HAS_ACCESS_TO_GITHUB_TOKEN == 'true' }} 
2016    env :
2117      RUST_TEST_REPOSITORY : " Kong/atc-router" 
2218    outputs :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments