Skip to content

Commit

Permalink
Merge pull request #9 from ublue-os/castrojo-patch-2
Browse files Browse the repository at this point in the history
chore(ci): add concurrency to save build time
  • Loading branch information
castrojo authored Nov 11, 2023
2 parents b203fd3 + e7224d2 commit 0b07345
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 @@ -8,6 +8,10 @@ on:
env:
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}

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

jobs:
push-ghcr:
name: nvidia image
Expand Down

0 comments on commit 0b07345

Please sign in to comment.