Skip to content

Commit

Permalink
Avoid using region ap-northeast-1 for development instances
Browse files Browse the repository at this point in the history
  • Loading branch information
whites11 committed Oct 16, 2024
1 parent a223d6e commit 72ecfea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,12 @@ jobs:
regions+=('eu-central-1')
regions+=('ap-southeast-1')
regions+=('ap-southeast-2')
regions+=('ap-northeast-1')
regions+=('ap-south-1')
if [ "${{ matrix.test.name }}" != "development" ]
then
regions+=('ap-northeast-1')
fi
;;
azure)
regions+=('germanywestcentral')
Expand Down

0 comments on commit 72ecfea

Please sign in to comment.