test: concurrency
This commit is contained in:
parent
987be2a58b
commit
64a895d6b6
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -7,6 +7,10 @@ on:
|
|||
branches: [master]
|
||||
workflow_dispatch: {}
|
||||
|
||||
concurrency:
|
||||
group: ci-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
@ -27,7 +31,7 @@ jobs:
|
|||
ci:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
max-parallel: ${{ vars.CI_PARALLEL || 256 }}
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
node-version: [16.x, 18.x, 20.x]
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue
Block a user