File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -50,20 +50,20 @@ jobs:
5050 strategy :
5151 matrix :
5252 aws_region :
53- # - ap-northeast-1
54- # - ap-northeast-2
55- # - ap-south-1
56- # - ap-southeast-1
57- # - ap-southeast-2
58- # - ca-central-1
59- # - eu-central-1
60- # - eu-north-1
61- # - eu-west-1
62- # - eu-west-2
63- # - eu-west-3
64- # - sa-east-1
65- # - us-east-1
66- # - us-east-2
53+ - ap-northeast-1
54+ - ap-northeast-2
55+ - ap-south-1
56+ - ap-southeast-1
57+ - ap-southeast-2
58+ - ca-central-1
59+ - eu-central-1
60+ - eu-north-1
61+ - eu-west-1
62+ - eu-west-2
63+ - eu-west-3
64+ - sa-east-1
65+ - us-east-1
66+ - us-east-2
6767 - us-west-1
6868 - us-west-2
6969 with :
7272 component-version : ${{needs.build-layer.outputs.JAVAAGENT_VERSION}}
7373 # architecture:
7474 runtimes : java8 java8.al2 java11 java17
75- release-group : dev
75+ release-group : prod
7676 aws_region : ${{ matrix.aws_region }}
7777 secrets : inherit
7878
You can’t perform that action at this time.
0 commit comments