Skip to content

Commit

Permalink
ci: run grafana compatibility check on master branches (#510)
Browse files Browse the repository at this point in the history
Allows us to mark it as required check
  • Loading branch information
simPod authored Nov 5, 2023
1 parent 81d294c commit 1a7acae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/is-compatible.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Latest Grafana API compatibility check
on: [pull_request]

on:
pull_request:
push:
branches:
- 0.*.x
workflow_dispatch:

jobs:
compatibilitycheck:
Expand Down

0 comments on commit 1a7acae

Please sign in to comment.