Skip to content

Commit

Permalink
CI: Update GHA config [skipcircle]
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 11, 2024
1 parent 64e01ab commit 6f2f39e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ on:
pull_request:
branches: [ "master", "main", "maint/*" ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
FORCE_COLOR: true

jobs:
build-container:
Expand Down

0 comments on commit 6f2f39e

Please sign in to comment.