Files
grafana-zabbix/.github/workflows/push.yaml

22 lines
520 B
YAML

name: Plugins - CI
permissions:
contents: read
id-token: write
on:
push:
branches:
- main
pull_request:
jobs:
ci:
name: CI
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ci-cd-workflows/v6.1.0
with:
go-version: '1.25.5'
golangci-lint-version: '2.7.2'
plugin-version-suffix: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}
run-playwright: true
run-playwright-with-skip-grafana-react-19-preview-image: true