Skip to content

Commit

Permalink
Fix tests cocurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
zalbiraw committed Oct 18, 2024
1 parent 42099c5 commit 7374c96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/AKS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [ closed ]

concurrency:
group: "AKS"
group: "Azure"

jobs:
azure:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/EKS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [ closed ]

concurrency:
group: "EKS"
group: "AWS"

jobs:
aws:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/GKE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [ closed ]

concurrency:
group: "GKE"
group: "GCP"

jobs:
gcp:
Expand Down

0 comments on commit 7374c96

Please sign in to comment.