concurrency (#2017)

This commit is contained in:
Dongjia "toka" Zhang 2024-04-08 15:20:42 +02:00 committed by GitHub
parent e29897dd44
commit fa58dff4b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,9 @@ on:
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
common: