Skip to content

Commit

Permalink
ci: add concurrency (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Feb 26, 2024
1 parent 6864420 commit 7743f29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ env:
ETHERSCAN_API_KEY: "I5BXNZYP5GEDWFINGVEZKYIVU2695NPQZB"
GOERLI_PRIVATE_KEY: "fa4a1a79e869a96fcb42727f75e3232d6865a82ea675bb95de967a7fe6a773b2"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
test:
name: test (${{ matrix.os }}) (${{ matrix.rust }})
Expand Down

0 comments on commit 7743f29

Please sign in to comment.