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 name: Build Docker Image
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: on:
push: push:
branches: branches:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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