Use cancel-in-progress

pull/125/head
Tamir Duberstein 7 months ago
parent b6ecbb8bd1
commit 9cbf55d291
No known key found for this signature in database

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

Loading…
Cancel
Save