fix(pipeline): Add cancel in progress
This commit is contained in:
@@ -17,6 +17,10 @@ on:
|
|||||||
- 'api/**'
|
- 'api/**'
|
||||||
- '.gitea/workflows/pipeline.yaml'
|
- '.gitea/workflows/pipeline.yaml'
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ci-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
frontend:
|
frontend:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user