test: concurrency

This commit is contained in:
cha0s 2024-02-11 22:36:47 -06:00
parent 987be2a58b
commit 64a895d6b6

View File

@ -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: