Skip to content

Commit

Permalink
chore(ci): add concurrency group (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Mar 27, 2024
1 parent 6672802 commit 5e354bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ env:
IMAGE_NAME: akmods
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_ublue:
name: akmods
Expand Down

0 comments on commit 5e354bf

Please sign in to comment.