Skip to content

Commit

Permalink
Clone PR instead of master in staging pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
metacoma committed May 29, 2024
1 parent a75c5de commit b440c02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}

- name: Redeploy the k3s cluster
run: make mindwm_lifecycle

0 comments on commit b440c02

Please sign in to comment.