Skip to content

Commit

Permalink
[PLAT-3184] - Add concurrency for branch.yaml (#115)
Browse files Browse the repository at this point in the history
* concurrency for branch.yaml

* concurrency for branch.yaml
  • Loading branch information
NaliniDubey authored Nov 27, 2024
1 parent 1179e45 commit a71fb9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
paths-ignore:
- '**.md'

concurrency:
group: branch
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a71fb9a

Please sign in to comment.