Skip to content

Commit

Permalink
chore: limit workflow concurrency (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Feb 5, 2025
1 parent 09d086c commit c649dd3
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 @@ -16,6 +16,10 @@ on:
env:
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}

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

jobs:
build-lumina:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit c649dd3

Please sign in to comment.