Skip to content

Commit

Permalink
add timeout for populate cache step
Browse files Browse the repository at this point in the history
Signed-off-by: Yanxuan Liu <[email protected]>
  • Loading branch information
YanxuanLiu committed Dec 19, 2024
1 parent f9c5ca6 commit cf82fd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mvn-verify-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
key: ${{ env.dailyCacheKey }}
restore-keys: ${{ runner.os }}-maven-
- name: populate-daily-cache
timeout-minutes: 30
continue-on-error: true
if: steps.cache.outputs.cache-hit != 'true'
env:
SCALA_VER: '2.12'
Expand Down Expand Up @@ -177,6 +179,8 @@ jobs:
key: ${{ env.scala213dailyCacheKey }}
restore-keys: ${{ runner.os }}-maven-
- name: populate-daily-cache
timeout-minutes: 30
continue-on-error: true
if: steps.cache.outputs.cache-hit != 'true'
env:
SCALA_VER: '2.13'
Expand Down

0 comments on commit cf82fd9

Please sign in to comment.