1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 17:27:48 +08:00

Adjust max runtime for diffcalc runs

This commit is contained in:
Dean Herbert 2021-10-03 22:32:46 +09:00 committed by GitHub
parent df50695021
commit 4f00a9e165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@ jobs:
diffcalc: diffcalc:
name: Run name: Run
runs-on: self-hosted runs-on: self-hosted
timeout-minutes: 1440
if: needs.metadata.outputs.continue == 'yes' if: needs.metadata.outputs.continue == 'yes'
needs: metadata needs: metadata
strategy: strategy: