Skip to content

Commit

Permalink
[EngHub] Add "Drone Signature Check" workflow (#4231)
Browse files Browse the repository at this point in the history
  • Loading branch information
electron0zero authored Oct 24, 2024
1 parent db53f22 commit c8412e2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/drone-signature-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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

0 comments on commit c8412e2

Please sign in to comment.