mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-03-01 11:18:42 +00:00
Github: Support a timeout on checkout
Sometimes github or the CI runner times out trying to checkout the source and stays timing out forever. Give it a three minute timeout otherwise the CI runner will stall forever.
This commit is contained in:
parent
f27f1871e4
commit
a8714dbd49
1
.github/workflows/pr-code-format.yml
vendored
1
.github/workflows/pr-code-format.yml
vendored
@ -20,6 +20,7 @@ jobs:
|
||||
|
||||
- name: Checkout through merge base
|
||||
uses: rmacklin/fetch-through-merge-base@v0
|
||||
timeout-minutes: 3
|
||||
with:
|
||||
base_ref: ${{ github.event.pull_request.base.ref }}
|
||||
head_ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user