mirror of
https://github.com/upstash/context7.git
synced 2026-01-05 19:51:14 +00:00
concurrency cancel
This commit is contained in:
parent
5ac6fa1401
commit
043bbd5fcc
9
.github/workflows/check.yaml
vendored
9
.github/workflows/check.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user