feat(ci): cancel in progress (#3938)

This commit is contained in:
Lucas Fernandes Nogueira
2022-04-21 11:09:57 -07:00
committed by GitHub
parent 4cebcf6da7
commit 76950e978e
11 changed files with 41 additions and 1 deletions

View File

@@ -19,6 +19,10 @@ env:
CARGO_INCREMENTAL: 0 # This is set to 0 by the https://github.com/Swatinem/rust-cache
CARGO_PROFILE_DEV_DEBUG: 0 # This would add unnecessary bloat to the target folder, decreasing cache efficiency.
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test-tauri-cli:
runs-on: ${{ matrix.platform }}