Skip to content

Commit

Permalink
limit build concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
double16 committed Nov 19, 2024
1 parent 9a2ed83 commit 85f0741
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ on:
- 'docs/**'
workflow_dispatch:

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

env:
REGISTRY: ghcr.io

Expand Down

0 comments on commit 85f0741

Please sign in to comment.