ci: cancel in-progress actions on new commit (#2182)

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2023-08-16 12:21:14 +08:00
committed by GitHub
parent 4c3169431b
commit 814c599029

View File

@@ -24,6 +24,10 @@ on:
name: CI
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
env:
RUST_TOOLCHAIN: nightly-2023-08-07