Skip to content

Commit a0619f9

Browse files
authored
Enable ci concurrency limits (#2)
1 parent 6779343 commit a0619f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: CI
22

33
on: [push, pull_request, workflow_dispatch]
44

5+
concurrency:
6+
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
7+
cancel-in-progress: true
8+
59
jobs:
610
build:
711
name: "Build and Test"

0 commit comments

Comments
 (0)