hc99's picture
Add files using upload-large-folder tool
2c3c408 verified
raw
history blame
472 Bytes
name: Daily Tests TileDB-Py
on:
schedule:
# runs every day at 5:00 UTC (1:00AM EST / Midnight CST)
- cron: "0 5 * * *"
workflow_dispatch:
jobs:
ci1:
uses: ./.github/workflows/daily-test-build.yml
with:
libtiledb_version: '2.26.0'
ci2:
uses: ./.github/workflows/daily-test-build.yml
with:
libtiledb_version: '2.25.0'
ci3:
uses: ./.github/workflows/daily-test-build-numpy.yml
with:
libtiledb_version: '2.25.0'