Skip to content

Commit 03b0e3d

Browse files
authored
skip dev images for e2e tests (#306)
1 parent d2f1638 commit 03b0e3d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ jobs:
4242
go-version: '1.24'
4343
golangci-lint-version: '2.1.6'
4444
github-draft-release: false # publish the github release directly, skipping the draft
45+
run-playwright-with-skip-grafana-dev-image: true

.github/workflows/push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ jobs:
1717
with:
1818
plugin-version-suffix: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}
1919
golangci-lint-version: '2.0.2'
20+
run-playwright-with-skip-grafana-dev-image: true

0 commit comments

Comments
 (0)