fix(pipeline): Add cancel in progress
This commit is contained in:
@@ -18,7 +18,7 @@ on:
|
||||
- '.gitea/workflows/pipeline.yaml'
|
||||
|
||||
concurrency:
|
||||
group: ci-${{ github.ref }}
|
||||
group: ci-${{ gitea.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user