CI: Concurrency group (#926)

This commit is contained in:
Piotr Mikołajczyk
2023-04-24 12:41:10 +02:00
committed by GitHub
parent 92f5417569
commit 97bd198951
+4
View File
@@ -12,6 +12,10 @@ on:
branches:
- master
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
# TODO: Currently pointing at latest substrate; is there a suitable binary we can pin to here?