Skip to content

Commit

Permalink
Merge pull request #8 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 13, 2023
2 parents d28d5e3 + 8d5b2e3 commit 3dc541f
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 3dc541f

Please sign in to comment.