Skip to content

Commit

Permalink
Update github actions to include spatial branch in testing
Browse files Browse the repository at this point in the history
The spatial branch is going to be a long-lived branch for prototyping
spatial support while we stress-test the proposed spatial design. It
will serve as the merge target for small feature PRs.
  • Loading branch information
jp-dark committed May 1, 2024
1 parent ac8159d commit b6852c0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/libtiledb-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
branches:
- main
- 'release-*'
- spatial
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python-ci-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- main
- 'release-*'
- spatial
release:
types: [published]
# You can also invoke this workflow manually from
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python-ci-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
branches:
- main
- 'release-*'
- spatial
paths-ignore:
- 'apis/r/**'
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/r-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches:
- main
- 'release-*'
- spatial
workflow_dispatch:

env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/r-python-interop-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
branches:
- main
- 'release-*'
- spatial
workflow_dispatch:

jobs:
Expand Down

0 comments on commit b6852c0

Please sign in to comment.