mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
WORKFLOW: tentative solution for PRs - try#2 [skip ci]
This commit is contained in:
parent
bf619738f8
commit
056179c629
2
.github/workflows/cooker-selfhosted.yml
vendored
2
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
|
|
||||||
- name: Checkout PR branch (include changes)
|
- name: Checkout PR branch (include changes)
|
||||||
if: ${{ github.event_name == 'pull_request' }}
|
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository }}
|
||||||
run: |
|
run: |
|
||||||
git fetch origin +refs/pull/${{ github.event.pull_request.number }}/merge
|
git fetch origin +refs/pull/${{ github.event.pull_request.number }}/merge
|
||||||
git checkout -qf FETCH_HEAD
|
git checkout -qf FETCH_HEAD
|
||||||
|
|
Loading…
Reference in a new issue