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