Skip to content

Commit

Permalink
added concurrency lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatychev committed Mar 26, 2024
1 parent b9fb069 commit 20ae66b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ on:
branches:
- master
- dev

# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
CARGO_TERM_COLOR: always
GRPCURLV: "1.8.1"

jobs:
lint:
name: rustfmt
Expand Down

0 comments on commit 20ae66b

Please sign in to comment.