Skip to content

Commit

Permalink
build: prevent concurrent bump-chart-version runs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Jan 29, 2024
1 parent d42176e commit 0b7d6e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bump-chart-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
required: false
description: The optional app version to set

concurrency:
group: ${{ github.workflow }}

jobs:
bump-chart-version:
name: Bump Chart Patch Version on main branch
Expand Down

0 comments on commit 0b7d6e7

Please sign in to comment.