Skip to content

Commit

Permalink
Rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
serkan-ozal committed Feb 4, 2025
1 parent 0f5d8c9 commit ff1c49c
Showing 1 changed file with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Manual Build (Collector)"
name: "Publish Collector Lambda layer"

on:
workflow_dispatch:
Expand All @@ -18,20 +18,20 @@ on:
type: choice
options:
- all
# - 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
- 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
default: all
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
fi
aws_regions=''
if [ ${{ github.event.inputs.aws-region }} == 'all' ]; then
aws_regions='["us-west-1", "us-west-2"]'
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"]'
else
aws_regions='["${{ github.event.inputs.aws-region }}"]'
fi
Expand Down

0 comments on commit ff1c49c

Please sign in to comment.