timeout-minutes:360# Use maximum time, see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes
steps:
- uses:actions/checkout@v3
with:
ref:${{ github.event.pull_request.head.sha }}
fetch-depth:'0'
- run:git checkout HEAD~ # Skip the top commit, because it is already checked by the other tasks.