Skip to content

Commit 23b3c3d

Browse files
committed
improve cross compile pipelines
1 parent cd12c1b commit 23b3c3d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
default: false
1414
type: boolean
1515

16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.ref }}
18+
cancel-in-progress: true
19+
1620
env:
1721
CARGO_TERM_COLOR: always
1822

0 commit comments

Comments
 (0)