ci: concurrency
This commit is contained in:
@@ -2,7 +2,7 @@ name: Deploy to GHCR
|
||||
|
||||
# only run most recent workflow in branch
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
group: ${{ gitea.workflow }}-${{ gitea.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
@@ -11,6 +11,8 @@ on:
|
||||
paths:
|
||||
- '**/*.dockerfile'
|
||||
- '.gitea/**'
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
|
||||
jobs:
|
||||
build-16:
|
||||
|
Reference in New Issue
Block a user