Skip to content

Commit

Permalink
Limit concurrent builds (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdre committed Jul 5, 2024
1 parent 7832888 commit 5a3d04b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
schedule:
- cron: "20 4 * * 0"

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

env:
REGISTRY: ghcr.io

Expand Down

0 comments on commit 5a3d04b

Please sign in to comment.