Skip to content

Commit c16cbd3

Browse files
committed
Add concurrency limit to CI on a per branch basis to cancel old runs
1 parent 61c1d49 commit c16cbd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ env:
1515
WEAVIATE_129: 1.29.0
1616
WEAVIATE_130: 1.30.0-dev-680e323
1717

18+
concurrency:
19+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
20+
cancel-in-progress: true
21+
1822
jobs:
1923
checks:
2024
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)