File tree Expand file tree Collapse file tree 6 files changed +21
-0
lines changed Expand file tree Collapse file tree 6 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1212    env :
1313      FLAKY_REGEX : " ava-labs/libevm/(triedb/pathdb|eth|eth/tracers/js|eth/tracers/logger|accounts/abi/bind|accounts/keystore|eth/downloader|miner|ethclient|ethclient/gethclient|eth/catalyst)$" 
1414    runs-on : ubuntu-latest 
15+     concurrency :
16+       group : ${{ github.workflow }}-${{ github.ref }} 
17+       cancel-in-progress : ${{ github.ref != 'refs/heads/main' }} 
1518    steps :
1619      - uses : actions/checkout@v4 
1720      - name : Set up Go 
3033    env :
3134      EXCLUDE_REGEX : " ava-labs/libevm/(accounts/usbwallet/trezor)$" 
3235    runs-on : ubuntu-latest 
36+     concurrency :
37+       group : ${{ github.workflow }}-${{ github.ref }} 
38+       cancel-in-progress : ${{ github.ref != 'refs/heads/main' }} 
3339    steps :
3440      - uses : actions/checkout@v4 
3541      - name : Set up Go 
Original file line number Diff line number Diff line change 1717  golangci :
1818    name : lint 
1919    runs-on : ubuntu-latest 
20+     concurrency :
21+       group : ${{ github.workflow }}-${{ github.ref }} 
22+       cancel-in-progress : ${{ github.ref != 'refs/heads/main' }} 
2023    steps :
2124      - uses : actions/checkout@v4 
2225      - uses : actions/setup-go@v5 
Original file line number Diff line number Diff line change 1616    permissions :
1717      contents : read 
1818      issues : write 
19+     concurrency :
20+       group : ${{ github.workflow }}-${{ github.ref }} 
21+       cancel-in-progress : ${{ github.ref != 'refs/heads/main' }} 
1922    runs-on : ubuntu-latest 
2023    steps :
2124      - uses : actions/checkout@v4 
Original file line number Diff line number Diff line change 1010jobs :
1111  diffs :
1212    runs-on : ubuntu-latest 
13+     concurrency :
14+       group : ${{ github.workflow }}-${{ github.ref }} 
15+       cancel-in-progress : ${{ github.ref != 'refs/heads/main' }} 
1316    steps :
1417      - uses : actions/checkout@v4 
1518        with :
Original file line number Diff line number Diff line change 1212jobs :
1313  rename-module :
1414    runs-on : ubuntu-latest 
15+     concurrency :
16+       group : ${{ github.workflow }}-${{ github.ref }} 
17+       cancel-in-progress : ${{ github.ref != 'refs/heads/main' }} 
1518    steps :
1619      - uses : actions/checkout@v4 
1720        with :
Original file line number Diff line number Diff line change 1212jobs :
1313  yaml-check :
1414    runs-on : ubuntu-latest 
15+     concurrency :
16+       group : ${{ github.workflow }}-${{ github.ref }} 
17+       cancel-in-progress : ${{ github.ref != 'refs/heads/main' }} 
1518    steps :
1619      - uses : actions/checkout@v4 
1720      - name : Validate YAML files 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments