Skip to content

Commit 15e35f1

Browse files
committed
Limit grafana version
1 parent b5bfdd9 commit 15e35f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ jobs:
145145
- name: Resolve Grafana E2E versions
146146
id: resolve-versions
147147
uses: grafana/plugin-actions/e2e-version@main
148+
with:
149+
skip-grafana-dev-image: true
150+
limit: 1
148151

149152
playwright-tests:
150153
needs: [resolve-versions, build]

0 commit comments

Comments
 (0)