Skip to content

Commit 9210d17

Browse files
authored
skip dev images for e2e tests (#535)
1 parent 5cf944b commit 9210d17

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
scopes: ${{ github.event.inputs.environment == 'cloud (recommended)' && 'grafana_cloud' || github.event.inputs.environment == 'on-prem (for emergencies fix to On Prem customers)' && 'universal' }}
4242
go-version: '1.24'
4343
golangci-lint-version: '2.1.6'
44+
run-playwright-with-skip-grafana-dev-image: true
4445
playwright-secrets: |
4546
AWS_ACCESS_KEY_ID=e2e:accessKey
4647
AWS_SECRET_ACCESS_KEY=e2e:secretKey

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ 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
2122
playwright-secrets: |
2223
AWS_ACCESS_KEY_ID=e2e:accessKey
2324
AWS_SECRET_ACCESS_KEY=e2e:secretKey

0 commit comments

Comments
 (0)