Skip to content

Commit ba1cffe

Browse files
authored
chore: trim regions for functional testing (#321)
1 parent 28ff0ad commit ba1cffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/functional-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
secrets: inherit
1717
strategy:
1818
matrix:
19-
aws-region: ['us-east-1', 'eu-west-1', 'eu-west-2', 'eu-central-1']
19+
aws-region: ['us-east-1', 'eu-central-1']
2020
permissions:
2121
id-token: write
2222
contents: read
@@ -35,7 +35,7 @@ jobs:
3535
secrets: inherit
3636
strategy:
3737
matrix:
38-
aws-region: ['us-east-1', 'eu-west-1', 'eu-west-2', 'eu-central-1']
38+
aws-region: ['us-east-1', 'eu-central-1']
3939
permissions:
4040
id-token: write
4141
contents: read

0 commit comments

Comments
 (0)