Skip to content

Commit

Permalink
chore(ci): add concurrency to builders (#46)
Browse files Browse the repository at this point in the history
Go zoom zoom.
  • Loading branch information
castrojo authored Jul 26, 2024
1 parent 2ac8dd9 commit 482a5b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
env:
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-${{ inputs.fedora_version }}
cancel-in-progress: true

jobs:
build:
name: Build
Expand Down

0 comments on commit 482a5b8

Please sign in to comment.