Skip to content

Commit 12ae885

Browse files
committed
fix: cleanup
1 parent 82e3348 commit 12ae885

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/bootstrap-alarms.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,19 @@ permissions:
55
contents: read
66

77
on:
8+
pull_request:
9+
branches: [ '*' ]
810
workflow_dispatch:
911

1012
env:
11-
AWS_REGION: ${{ env.AWS_REGION }}
13+
AWS_REGION: ${{ secrets.AWS_REGION }}
1214
ALARM_NAMESPACE: GitHubActions
13-
COMPOSITE_ALARM_NAME: aws_aws-lambda-ruby-runtime-interface-client
1415

1516
jobs:
1617
bootstrap:
1718
runs-on: ubuntu-latest
19+
env:
20+
COMPOSITE_ALARM_NAME: ${{ github.repository_owner }}-${{ github.event.repository.name }}-integration-tests-aggregate
1821

1922
steps:
2023
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -23,7 +26,7 @@ jobs:
2326
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4
2427
with:
2528
role-to-assume: ${{ secrets.AWS_OIDC_ROLE_ARN }}
26-
aws-region: ${{ env.AWS_REGION }}
29+
aws-region: ${{ secrets.AWS_REGION }}
2730

2831
- name: Create individual metric alarms
2932
run: |

0 commit comments

Comments
 (0)