Skip to content

Commit fc6abed

Browse files
committed
fix: add prefix
1 parent 12ae885 commit fc6abed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bootstrap-alarms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
bootstrap:
1818
runs-on: ubuntu-latest
1919
env:
20-
COMPOSITE_ALARM_NAME: ${{ github.repository_owner }}-${{ github.event.repository.name }}-integration-tests-aggregate
20+
COMPOSITE_ALARM_NAME: GitHubActions-${{ github.repository_owner }}-${{ github.event.repository.name }}-integration-tests-aggregate
2121

2222
steps:
2323
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -47,7 +47,7 @@ jobs:
4747
distro_version=$(echo "$row" | jq -r '.distro_version')
4848
runtime_version=$(echo "$row" | jq -r '.runtime_version')
4949
50-
ALARM_NAME="ruby-ric-${distro}-${distro_version}-ruby${runtime_version}-${arch}"
50+
ALARM_NAME="GitHubActions-ruby-ric-${distro}-${distro_version}-ruby${runtime_version}-${arch}"
5151
5252
echo "Creating alarm: ${ALARM_NAME}"
5353

0 commit comments

Comments
 (0)