Skip to content

Commit

Permalink
Merge pull request #230 from ethereum/no-concurrent-jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
d-xo authored Mar 17, 2023
2 parents 9110cf4 + e98dfb6 commit df31dca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: "Build"
on:
pull_request:
push:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
strategy:
Expand Down

0 comments on commit df31dca

Please sign in to comment.