Skip to content

Commit 6f2f39e

Browse files
committed
CI: Update GHA config [skipcircle]
1 parent 64e01ab commit 6f2f39e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@ on:
88
pull_request:
99
branches: [ "master", "main", "maint/*" ]
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
1115
env:
1216
REGISTRY: ghcr.io
1317
IMAGE_NAME: ${{ github.repository }}
18+
FORCE_COLOR: true
1419

1520
jobs:
1621
build-container:

0 commit comments

Comments
 (0)