Skip to content

Commit

Permalink
Reduce Google cloud CI costs, update Open3D project email (#6684)
Browse files Browse the repository at this point in the history
* Run paid CI on GCP for main, when review is requested and manually only.
* Change Open3D email to Intel.
  • Loading branch information
ssheorey authored Mar 12, 2024
1 parent 72746b9 commit aba7214
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
# Reduce CI frequency for paid CI.
types: [review_requested]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu-openblas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
# Reduce CI frequency for paid CI.
types: [review_requested]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ string(CONCAT OPEN3D_VERSION
)
set(OPEN3D_VERSION_FULL "${OPEN3D_VERSION}${OPEN3D_VERSION_DEVHASH}")
# Set additional info
set(PROJECT_EMAIL "info@open3d.org")
set(PROJECT_EMAIL "open3d@intel.com")
set(PROJECT_DOCS "https://www.open3d.org/docs")
set(PROJECT_CODE "https://github.com/isl-org/Open3D")
set(PROJECT_ISSUES "https://github.com/isl-org/Open3D/issues")
Expand Down

0 comments on commit aba7214

Please sign in to comment.