Skip to content

Commit

Permalink
chore(ci): add concurrency to save build time
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Nov 11, 2023
1 parent d28d5e3 commit 8d5b2e3
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 8d5b2e3

Please sign in to comment.