Skip to content

Downstream Project - SPL (Nightly) #239

Downstream Project - SPL (Nightly)

Downstream Project - SPL (Nightly) #239

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

Check failure on line 15 in .github/workflows/downstream-project-spl-nightly.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/downstream-project-spl-nightly.yml

Invalid workflow file

error parsing called workflow ".github/workflows/downstream-project-spl-nightly.yml" -> "./.github/workflows/downstream-project-spl.yml" (source branch with sha:d9c24ed5837407aa411fbb7cc881c4a1a9757f5e) : You have an error in your yaml syntax on line 41
with:
branch: ${{ matrix.branch }}
error_reporting:
needs:
- main
if: failure()
uses: ./.github/workflows/error-reporting.yml
secrets:
WEBHOOK: ${{ secrets.SLACK_ERROR_REPORTING_WEBHOOK }}