mirror of
https://github.com/grafana/tempo.git
synced 2025-03-14 03:06:42 +00:00
18 lines
334 B
YAML
18 lines
334 B
YAML
|
name: Check Drone CI Signature
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
branches:
|
||
|
- "main"
|
||
|
paths:
|
||
|
- ".drone/drone.yml"
|
||
|
pull_request:
|
||
|
paths:
|
||
|
- ".drone/drone.yml"
|
||
|
|
||
|
jobs:
|
||
|
drone-signature-check:
|
||
|
uses: grafana/shared-workflows/.github/workflows/check-drone-signature.yaml@main
|
||
|
with:
|
||
|
drone_config_path: .drone/drone.yml
|