mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
gradle.yml, graalvm.yml: declare job timeout
This commit is contained in:
parent
27ff0823bb
commit
36129e53ef
2 changed files with 2 additions and 0 deletions
1
.github/workflows/graalvm.yml
vendored
1
.github/workflows/graalvm.yml
vendored
|
@ -5,6 +5,7 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 15
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest]
|
||||
|
|
1
.github/workflows/gradle.yml
vendored
1
.github/workflows/gradle.yml
vendored
|
@ -5,6 +5,7 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 15
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
|
|
Loading…
Add table
Reference in a new issue