Skip to content

Commit

Permalink
3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ehearneRedHat committed Jun 27, 2024
1 parent 6740293 commit 68249a0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/verify-dashboards-alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: Verify Dashboards and Alerts OK

on:
push:
#branches: main
#paths:
branches: main
paths:
# Dashboards
#- examples/dashboards/app_developer.json
# - examples/dashboards/business_user.json
# - examples/dashboards/platform_engineer.json
- examples/dashboards/app_developer.json
- examples/dashboards/business_user.json
- examples/dashboards/platform_engineer.json
# Alerts
# - examples/alerts/prometheusrules_policies_missing.yaml
# - examples/alerts/slo-availability.yaml
# - examples/alerts/slo-latency.yaml
- examples/alerts/prometheusrules_policies_missing.yaml
- examples/alerts/slo-availability.yaml
- examples/alerts/slo-latency.yaml
jobs:
deploy-register-self-runner:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 68249a0

Please sign in to comment.