Skip to content

Commit c89fed9

Browse files
authored
[ci] Run remote-storage workflow on all commits (#3885)
1 parent 5e52122 commit c89fed9

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/python-remote-storage.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
name: TileDB-SOMA Python CI (remote storage)
22

33
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'
1116
workflow_dispatch:
12-
#
13-
# Use a regular nightly build as well (time is UTC):
14-
schedule:
15-
- cron: "25 5 * * *"
1617

1718
env:
1819
# Don't name this "TILEDB_REST_TOKEN" since that will map into a core

0 commit comments

Comments
 (0)