Skip to content

Commit

Permalink
Test 4c
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 76e2c3c commit 1afc15d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
PULL_REQUEST_BASE_REF: ${{ github.event.pull_request.base.ref }}
PULL_REQUEST_CLONE_URL: ${{ github.event.pull_request.head.repo.clone_url }}

steps:
- name: Init path
id: git-path
run: |
echo '$PULL_REQUEST_HEAD_REF'
performance-testing:
runs-on: ubuntu-latest
needs: init
Expand Down

0 comments on commit 1afc15d

Please sign in to comment.