Skip to content

Commit

Permalink
Revert ":construction_worker: (ci): Add separate concurrency groups f…
Browse files Browse the repository at this point in the history
…or chart release and site deploy"

This reverts commit 4de1f19.
  • Loading branch information
gabe565 committed Aug 29, 2023
1 parent 08338cd commit 665f26f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ 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 @@ -136,9 +137,6 @@ 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 665f26f

Please sign in to comment.