File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments