messense 2022-03-15 20:47:39 +08:00
parent efc18a4139
commit 15e9c23fa0
No known key found for this signature in database
GPG Key ID: BB41A8A2C716CCA9
3 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,10 @@ on:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
name: Benchmark
jobs:

View File

@ -6,6 +6,10 @@ on:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always

View File

@ -8,6 +8,10 @@ on:
release:
types: [published]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always