Merge branch 'cooker' into feat/PortMaster

This commit is contained in:
XargonWan 2024-08-25 17:43:08 +09:00
commit c4f35a9c87

View file

@ -57,7 +57,7 @@ jobs:
submodules: 'true'
- 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: |
git fetch origin +refs/pull/${{ github.event.pull_request.number }}/merge
git checkout -qf FETCH_HEAD