Skip to content

github actions workflows added #1

github actions workflows added

github actions workflows added #1

Workflow file for this run

name: Plugins - CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
name: CI
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@main
with:
plugin-version-suffix: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}
run-playwright: true