Skip to content

Commit

Permalink
check refs
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed May 6, 2024
1 parent a829da5 commit 05d7e77
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ jobs:
with:
submodules: true
ref: ${{ github.event.pull_request.base.ref }}

- name: Checkout server before PR 2
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
with:
submodules: true
ref: ${{ github.event.pull_request.head.ref }}

- name: Apply blueprint
uses: icewind1991/blueprint@v0.1.2
with:
blueprint: tests/blueprints/basic.toml
ref: ${{ github.event.pull_request.head.ref }}

- name: Apply PR
env:
Expand Down

0 comments on commit 05d7e77

Please sign in to comment.