chore(ci): using concurrency

This commit is contained in:
chenos 2024-02-08 11:35:59 +08:00
parent b232586f7b
commit e93563cfb7
10 changed files with 42 additions and 0 deletions

View File

@ -1,5 +1,9 @@
name: Build Docker Image
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:

View File

@ -1,4 +1,9 @@
name: deploy client docs
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:

View File

@ -1,5 +1,9 @@
name: manual-build-pr-docker-image
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
inputs:

View File

@ -1,5 +1,9 @@
name: manual-build-pro-image
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
inputs:

View File

@ -1,4 +1,9 @@
name: manual-release
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
inputs:

View File

@ -1,5 +1,9 @@
name: Nocobase Build Test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:

View File

@ -1,5 +1,9 @@
name: NocoBase Backend Test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:

View File

@ -1,5 +1,9 @@
name: NocoBase E2E Test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:

View File

@ -1,5 +1,9 @@
name: NocoBase FrontEnd Test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:

View File

@ -1,5 +1,9 @@
name: Release
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
tags: