Skip to content

Downstream Project - SPL (Nightly) #76

Downstream Project - SPL (Nightly)

Downstream Project - SPL (Nightly) #76

name: Downstream Project - SPL (Nightly)
on:
schedule:
- cron: "0 3 * * *"
jobs:
main:
if: github.repository == 'anza-xyz/agave'
strategy:
fail-fast: false
matrix:
branch:
- master
uses: ./.github/workflows/downstream-project-spl.yml
with:
branch: ${{ matrix.branch }}