Skip to content

Commit

Permalink
Add PR Concurrency
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Wilk <colin.wilk@tum.de>
  • Loading branch information
kliwniloc committed Sep 5, 2024
1 parent 2e6b8a9 commit d95513c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm_pr_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
environment: k8s
concurrency: k8s
concurrency: k8s-pr${{ github.event.pull_request.number }}

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm_pr_deployment_delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
destroy:
runs-on: ubuntu-latest
environment: k8s
concurrency: k8s
concurrency: k8s-pr${{ github.event.pull_request.number }}

steps:
- name: Setup Helm
Expand Down

0 comments on commit d95513c

Please sign in to comment.