concurrency cancel

This commit is contained in:
Dmytro Onypko 2025-06-01 16:44:55 +01:00
parent 5ac6fa1401
commit 043bbd5fcc
No known key found for this signature in database
GPG Key ID: AC03496CA69745FE

View File

@ -4,15 +4,14 @@ on:
push:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- name: Checkout repository
uses: actions/checkout@v4