Skip to content

Commit

Permalink
remove workflow dispatch and restore triggers
Browse files Browse the repository at this point in the history
Signed-off-by: ehearneredhat <[email protected]>
  • Loading branch information
ehearneRedHat committed Aug 22, 2024
1 parent 4b1b782 commit b90235e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/verify-dashboards-alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@ name: Verify Dashboards and Alerts OK

on:
push:

branches: main
paths:
# Dashboards
- 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
jobs:
verify-dashboards-alerts:
name: Verify Dashboards and Alerts OK
Expand Down

0 comments on commit b90235e

Please sign in to comment.