Skip to content

Commit

Permalink
Merge pull request #15 from TykTechnologies/fix-eks
Browse files Browse the repository at this point in the history
Fix EKS
  • Loading branch information
zalbiraw authored Oct 18, 2024
2 parents 42099c5 + 7374c96 commit 82e5fa7
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 82e5fa7

Please sign in to comment.