Skip to content

Commit ac5dd7f

Browse files
committed
Move compatibility check to main workflow
1 parent 0716358 commit ac5dd7f

File tree

2 files changed

+9
-23
lines changed

2 files changed

+9
-23
lines changed

.github/workflows/detect-breaking-changes.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/run-tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ jobs:
4848
env:
4949
NODE_OPTIONS: '--max_old_space_size=4096'
5050

51+
- name: Compatibility check
52+
uses: grafana/plugin-actions/is-compatible@v1
53+
with:
54+
module: './src/module.ts'
55+
comment-pr: 'yes'
56+
skip-comment-if-compatible: 'yes'
57+
fail-if-incompatible: 'no'
58+
targets: '@grafana/data,@grafana/ui,@grafana/runtime,@grafana/e2e-selectors'
59+
5160
- name: Install Go
5261
uses: actions/setup-go@v5
5362
with:

0 commit comments

Comments
 (0)