Skip to content

Commit

Permalink
Cherry-pick #7078 into rc-v1.4.0 (#7079)
Browse files Browse the repository at this point in the history
### Brief Summary

Issue: #

### Brief Summary

Co-authored-by: Proton <[email protected]>
  • Loading branch information
lin-hitonami and feisuzhu authored Jan 6, 2023
1 parent b9b5f1a commit be12757
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,10 @@ jobs:
runs-on: ${{ matrix.runsOn }}
timeout-minutes: ${{ github.event.schedule != '0 18 * * *' && 90 || 180 }}
steps:
- name: Workaround checkout Needed single revision issue
run: |
git submodule foreach 'git rev-parse HEAD > /dev/null 2>&1 || rm -rf $PWD'
- uses: actions/checkout@v3
with:
fetch-depth: '0'
Expand Down

0 comments on commit be12757

Please sign in to comment.