File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
1
name : TileDB-SOMA Python CI (remote storage)
2
2
3
3
on :
4
- # Not for regular use, but you can uncomment this when putting up PRs on this
5
- # file. Just remember to take it back out. There's no need to run
6
- # remote-storage tests on every single PR push to our repo.
7
- #
8
- # pull_request:
9
- #
10
- # Allows for 'as needed' manual trigger:
4
+ push :
5
+ branches :
6
+ - main
7
+ - ' release-*'
8
+ pull_request :
9
+ paths-ignore :
10
+ - ' **.md'
11
+ - ' apis/r/**'
12
+ - ' docker/**'
13
+ - ' docs/**'
14
+ - ' .github/**'
15
+ - ' !.github/workflows/python-remote-storage.yml'
11
16
workflow_dispatch :
12
- #
13
- # Use a regular nightly build as well (time is UTC):
14
- schedule :
15
- - cron : " 25 5 * * *"
16
17
17
18
env :
18
19
# Don't name this "TILEDB_REST_TOKEN" since that will map into a core
You can’t perform that action at this time.
0 commit comments