Skip to content

Commit

Permalink
add action
Browse files Browse the repository at this point in the history
  • Loading branch information
robbymilo committed Nov 7, 2024
1 parent 384b5e9 commit 8622f92
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Deploy pr preview

on:
pull_request:
types:
- opened
- synchronize
- closed

jobs:
deploy-pr-preview:
uses: grafana/website/.github/workflows/deploy-preview.yml@robbymilo/gh-deploy-previews
with:
sha: ${{ github.event.pull_request.head.sha }}
branch: ${{ github.ref_name }}
event_number: ${{ github.event.number }}
repo: website

0 comments on commit 8622f92

Please sign in to comment.