We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f1638 commit 03b0e3dCopy full SHA for 03b0e3d
.github/workflows/publish.yaml
@@ -42,3 +42,4 @@ jobs:
42
go-version: '1.24'
43
golangci-lint-version: '2.1.6'
44
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
@@ -17,3 +17,4 @@ jobs:
17
with:
18
plugin-version-suffix: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}
19
golangci-lint-version: '2.0.2'
20
0 commit comments