Skip to content

Commit ff1c49c

Browse files
committed
Rename workflow
1 parent 0f5d8c9 commit ff1c49c

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/build-collector.yml renamed to .github/workflows/publish-layer-collector.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Manual Build (Collector)"
1+
name: "Publish Collector Lambda layer"
22

33
on:
44
workflow_dispatch:
@@ -18,20 +18,20 @@ on:
1818
type: choice
1919
options:
2020
- all
21-
# - ap-northeast-1
22-
# - ap-northeast-2
23-
# - ap-south-1
24-
# - ap-southeast-1
25-
# - ap-southeast-2
26-
# - ca-central-1
27-
# - eu-central-1
28-
# - eu-north-1
29-
# - eu-west-1
30-
# - eu-west-2
31-
# - eu-west-3
32-
# - sa-east-1
33-
# - us-east-1
34-
# - us-east-2
21+
- ap-northeast-1
22+
- ap-northeast-2
23+
- ap-south-1
24+
- ap-southeast-1
25+
- ap-southeast-2
26+
- ca-central-1
27+
- eu-central-1
28+
- eu-north-1
29+
- eu-west-1
30+
- eu-west-2
31+
- eu-west-3
32+
- sa-east-1
33+
- us-east-1
34+
- us-east-2
3535
- us-west-1
3636
- us-west-2
3737
default: all
@@ -108,7 +108,7 @@ jobs:
108108
fi
109109
aws_regions=''
110110
if [ ${{ github.event.inputs.aws-region }} == 'all' ]; then
111-
aws_regions='["us-west-1", "us-west-2"]'
111+
aws_regions='["ap-northeast-1", "ap-northeast-2", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ca-central-1", "eu-central-1", "eu-north-1", "eu-west-1", "eu-west-2", "eu-west-3", "sa-east-1", "us-east-1", "us-east-2", "us-west-1", "us-west-2"]'
112112
else
113113
aws_regions='["${{ github.event.inputs.aws-region }}"]'
114114
fi

0 commit comments

Comments
 (0)