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