fix: test run outside a PR

This commit is contained in:
Valentin Khramtsov
2025-03-27 16:10:14 +03:00
parent 58e2ddd50e
commit af0197205a
4 changed files with 25 additions and 6 deletions

View File

@@ -92,7 +92,7 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
ref: refs/pull/${{ github.event.pull_request.number }}/head
ref: ${{ github.event_name == 'pull_request' && format('refs/pull/{0}/head', github.event.pull_request.number) || github.ref }}
- name: Setup git to use https
run: |