Skip to content

Commit

Permalink
👷 (ci): Add separate concurrency groups for chart release and site de…
Browse files Browse the repository at this point in the history
…ploy
  • Loading branch information
gabe565 committed Jun 25, 2023
1 parent 491c5d4 commit 4de1f19
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ permissions:
pages: write
id-token: write

concurrency:
group: release
cancel-in-progress: false

jobs:
release-charts:
name: Release Charts
runs-on: ubuntu-latest
concurrency:
group: release-charts
cancel-in-progress: false
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -98,6 +97,9 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
concurrency:
group: deploy
cancel-in-progress: false
steps:
- name: Checkout Helm index
uses: actions/checkout@v3
Expand Down

0 comments on commit 4de1f19

Please sign in to comment.