Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
chore: rename to the correct resource name
Browse files Browse the repository at this point in the history
  • Loading branch information
minherz committed Aug 7, 2023
1 parent 6ba80e6 commit 5be5b46
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/configurations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
for CONFIG_FILE in $(find configurations -mindepth 2 -maxdepth 2 -type f -name "*.yaml"); do
FILENAME=$(basename -s ".yaml" "${CONFIG_FILE@L}")
case "${FILENAME}" in
alerts | dashboards | healthchecks | metrics | services | slos)
alerts | dashboards | uptimechecks | metrics | services | slos)
;;
*)
echo "Unknown file ${CONFIG_FILE}" 1>&2
Expand Down

0 comments on commit 5be5b46

Please sign in to comment.