ci: cancel-in-progress duplicated job
This commit is contained in:
parent
ef26f6a56e
commit
f2d3804506
17 changed files with 68 additions and 0 deletions
4
.github/workflows/android-armv7.yml
vendored
4
.github/workflows/android-armv7.yml
vendored
|
@ -6,6 +6,10 @@ on:
|
|||
- main
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
DEBUG: 'napi:*'
|
||||
|
||||
|
|
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
@ -9,6 +9,10 @@ on:
|
|||
env:
|
||||
DEBUG: 'napi:*'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build-android-aarch64:
|
||||
name: Build - Android - aarch64
|
||||
|
|
4
.github/workflows/asan.yml
vendored
4
.github/workflows/asan.yml
vendored
|
@ -3,6 +3,10 @@ name: Address Sanitizer
|
|||
env:
|
||||
DEBUG: 'napi:*'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
4
.github/workflows/bench.yaml
vendored
4
.github/workflows/bench.yaml
vendored
|
@ -9,6 +9,10 @@ on:
|
|||
- main
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
bench:
|
||||
name: Bench
|
||||
|
|
4
.github/workflows/check-all-features.yml
vendored
4
.github/workflows/check-all-features.yml
vendored
|
@ -6,6 +6,10 @@ on:
|
|||
- main
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build_and_test:
|
||||
strategy:
|
||||
|
|
4
.github/workflows/cli-binary.yml
vendored
4
.github/workflows/cli-binary.yml
vendored
|
@ -3,6 +3,10 @@ name: Cli Build Binary
|
|||
env:
|
||||
DEBUG: 'napi:*'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
4
.github/workflows/lint.yaml
vendored
4
.github/workflows/lint.yaml
vendored
|
@ -6,6 +6,10 @@ on:
|
|||
- main
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
name: Lint SourceCode
|
||||
|
|
4
.github/workflows/linux-aarch64-musl.yaml
vendored
4
.github/workflows/linux-aarch64-musl.yaml
vendored
|
@ -3,6 +3,10 @@ name: Linux-aarch64-musl
|
|||
env:
|
||||
DEBUG: 'napi:*'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
4
.github/workflows/linux-aarch64.yaml
vendored
4
.github/workflows/linux-aarch64.yaml
vendored
|
@ -3,6 +3,10 @@ name: Linux-aarch64
|
|||
env:
|
||||
DEBUG: 'napi:*'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
4
.github/workflows/linux-armv7.yaml
vendored
4
.github/workflows/linux-armv7.yaml
vendored
|
@ -3,6 +3,10 @@ name: Linux-armv7
|
|||
env:
|
||||
DEBUG: 'napi:*'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
4
.github/workflows/linux-musl.yaml
vendored
4
.github/workflows/linux-musl.yaml
vendored
|
@ -3,6 +3,10 @@ name: Linux musl
|
|||
env:
|
||||
DEBUG: 'napi:*'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
4
.github/workflows/memory-test.yml
vendored
4
.github/workflows/memory-test.yml
vendored
|
@ -3,6 +3,10 @@ name: Memory Leak Detect
|
|||
env:
|
||||
DEBUG: 'napi:*'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
4
.github/workflows/msrv.yml
vendored
4
.github/workflows/msrv.yml
vendored
|
@ -3,6 +3,10 @@ name: Test MSRV Rust
|
|||
env:
|
||||
DEBUG: 'napi:*'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
@ -4,6 +4,10 @@ env:
|
|||
DEBUG: 'napi:*'
|
||||
RUST_BACKTRACE: 1
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
4
.github/workflows/windows-arm.yml
vendored
4
.github/workflows/windows-arm.yml
vendored
|
@ -9,6 +9,10 @@ on:
|
|||
- main
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build_and_test:
|
||||
name: stable - windows-latest - arm64 - node@18
|
||||
|
|
4
.github/workflows/windows-i686.yml
vendored
4
.github/workflows/windows-i686.yml
vendored
|
@ -9,6 +9,10 @@ on:
|
|||
- main
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build_and_test:
|
||||
name: stable - windows-latest - i686 - node@18
|
||||
|
|
4
.github/workflows/zig.yaml
vendored
4
.github/workflows/zig.yaml
vendored
|
@ -3,6 +3,10 @@ name: Zig-Cross-Compile
|
|||
env:
|
||||
DEBUG: 'napi:*'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
Loading…
Reference in a new issue