Skip to content

Commit 3ef21fe

Browse files
bbaylesanonrig
andcommitted
Add concurrency to GHA
Co-authored-by: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 843780b commit 3ef21fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Build and test
22

33
on: [push, pull_request]
44

5+
concurrency:
6+
group: ${{ github.workflow }}-${{ github.ref }}
7+
cancel-in-progress: true
8+
59
jobs:
610
build_test:
711
strategy:

0 commit comments

Comments
 (0)