ci: concurrency
Some checks failed
Deploy to GHCR / Build + Publish 8 (push) Has been cancelled
Deploy to GHCR / Build + Publish 16 (push) Has been cancelled
Deploy to GHCR / Build + Publish 14 (push) Has been cancelled

This commit is contained in:
Carl Pearson
2025-09-02 09:50:09 -06:00
parent 5a8b301891
commit a8bbf8b8cd

View File

@@ -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: