Use cancel-in-progress

reviewable/pr128/r1
Tamir Duberstein 3 months ago
parent b6ecbb8bd1
commit dec0021b58

@ -15,6 +15,10 @@ on:
env:
CARGO_TERM_COLOR: always
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-22.04

Loading…
Cancel
Save