File tree Expand file tree Collapse file tree 6 files changed +24
-21
lines changed
Expand file tree Collapse file tree 6 files changed +24
-21
lines changed Original file line number Diff line number Diff line change 77 branches : [main, "release/**"]
88 workflow_dispatch :
99
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.ref }}
12+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
13+
1014jobs :
1115 go_test_short :
1216 env :
1317 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)$"
1418 runs-on : ubuntu-latest
15- concurrency :
16- group : ${{ github.workflow }}-${{ github.ref }}
17- cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
1819 steps :
1920 - uses : actions/checkout@v4
2021 - name : Set up Go
3334 env :
3435 EXCLUDE_REGEX : " ava-labs/libevm/(accounts/usbwallet/trezor)$"
3536 runs-on : ubuntu-latest
36- concurrency :
37- group : ${{ github.workflow }}-${{ github.ref }}
38- cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
3937 steps :
4038 - uses : actions/checkout@v4
4139 - name : Set up Go
Original file line number Diff line number Diff line change @@ -13,13 +13,14 @@ permissions:
1313 # Optional: allow read access to pull request. Use with `only-new-issues` option.
1414 pull-requests : read
1515
16+ concurrency :
17+ group : ${{ github.workflow }}-${{ github.ref }}
18+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
19+
1620jobs :
1721 golangci :
1822 name : lint
1923 runs-on : ubuntu-latest
20- concurrency :
21- group : ${{ github.workflow }}-${{ github.ref }}
22- cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
2324 steps :
2425 - uses : actions/checkout@v4
2526 - uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 1111 - .github/labels.yml
1212 - .github/workflows/labels.yml
1313
14+ concurrency :
15+ group : ${{ github.workflow }}-${{ github.ref }}
16+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
17+
1418jobs :
1519 labeler :
1620 permissions :
1721 contents : read
1822 issues : write
19- concurrency :
20- group : ${{ github.workflow }}-${{ github.ref }}
21- cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
2223 runs-on : ubuntu-latest
2324 steps :
2425 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 77 branches : [main, "release/**"]
88 workflow_dispatch :
99
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.ref }}
12+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
13+
1014jobs :
1115 diffs :
1216 runs-on : ubuntu-latest
13- concurrency :
14- group : ${{ github.workflow }}-${{ github.ref }}
15- cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
1617 steps :
1718 - uses : actions/checkout@v4
1819 with :
Original file line number Diff line number Diff line change 99 type : string
1010 default : " 2bd6bd01d2e8561dd7fc21b631f4a34ac16627a1"
1111
12+ concurrency :
13+ group : ${{ github.workflow }}-${{ github.ref }}
14+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
15+
1216jobs :
1317 rename-module :
1418 runs-on : ubuntu-latest
15- concurrency :
16- group : ${{ github.workflow }}-${{ github.ref }}
17- cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
1819 steps :
1920 - uses : actions/checkout@v4
2021 with :
Original file line number Diff line number Diff line change 99 - " .github/workflows/yml.yml"
1010 - " .github/yamllint.yml"
1111
12+ concurrency :
13+ group : ${{ github.workflow }}-${{ github.ref }}
14+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
15+
1216jobs :
1317 yaml-check :
1418 runs-on : ubuntu-latest
15- concurrency :
16- group : ${{ github.workflow }}-${{ github.ref }}
17- cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
1819 steps :
1920 - uses : actions/checkout@v4
2021 - name : Validate YAML files
You can’t perform that action at this time.
0 commit comments