Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into jo-hash-rework
Browse files Browse the repository at this point in the history
  • Loading branch information
raulraja authored Aug 13, 2020
2 parents 69727fe + 44fc2ba commit 4719a1d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_arrow-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
ARROW_LIB: arrow-core

runs-on: macos-latest
timeout-minutes: 90

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_doc_arrow-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
ARROW_LIB: arrow-core

runs-on: macos-latest
timeout-minutes: 90

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check_build_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
JAVA_OPTS: -Xms512m -Xmx1024m

runs-on: macos-latest
timeout-minutes: 90

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check_doc_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
JAVA_OPTS: -Xms512m -Xmx1024m

runs-on: macos-latest
timeout-minutes: 90

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check_previous_build_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
JAVA_OPTS: -Xms512m -Xmx1024m

runs-on: macos-latest
timeout-minutes: 90

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check_previous_doc_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
JAVA_OPTS: -Xms512m -Xmx1024m

runs-on: macos-latest
timeout-minutes: 90

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_arrow-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
ARROW_LIB: arrow-core

runs-on: macos-latest
timeout-minutes: 90

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_doc_arrow-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
ARROW_LIB: arrow-core

runs-on: macos-latest
timeout-minutes: 90

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4719a1d

Please sign in to comment.