mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
ci: cancel same in-progress workflow (#8446)
This commit is contained in:
4
.github/workflows/pr-docs-build.yml
vendored
4
.github/workflows/pr-docs-build.yml
vendored
@@ -2,6 +2,10 @@ name: PR Docs Build
|
||||
|
||||
on: pull_request
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
||||
4
.github/workflows/staging-docs.yml
vendored
4
.github/workflows/staging-docs.yml
vendored
@@ -5,6 +5,10 @@ on:
|
||||
branches:
|
||||
- 'dev'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
||||
4
.github/workflows/test-unit.yml
vendored
4
.github/workflows/test-unit.yml
vendored
@@ -4,6 +4,10 @@ name: 🧪 Unit Test
|
||||
|
||||
on: pull_request
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Unit Test (${{ matrix.node-name }})
|
||||
|
||||
Reference in New Issue
Block a user