Skip to content

Commit 38c009c

Browse files
authored
skip dev images for e2e tests (#594)
1 parent 82ad327 commit 38c009c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ 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 step
45+
run-playwright-with-skip-grafana-dev-image: true
4546

4647

4748
# Scope for the plugin published to the catalog. Setting this to "grafana_cloud" will make it visible only in Grafana Cloud

.github/workflows/push.yaml

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

0 commit comments

Comments
 (0)