drone: remove serverless pipeline #20
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Drone CI Signature | ||
on: | ||
push: | ||
branches: | ||
- "main" | ||
paths: | ||
- ".drone/drone.yml" | ||
pull_request: | ||
paths: | ||
- ".drone/drone.yml" | ||
permissions: | ||
id-token: write | ||
jobs: | ||
drone-signature-check: | ||
Check failure on line 17 in .github/workflows/drone-signature-check.yml
|
||
# only run in grafana/tempo. | ||
if: github.repository == 'grafana/tempo' | ||
uses: grafana/shared-workflows/.github/workflows/check-drone-signature.yaml@main | ||
with: | ||
drone_config_path: .drone/drone.yml |