Skip to content

Canonical CI cleanup: TagBot thin-caller + downgrade-caller cleanup (… #86

Canonical CI cleanup: TagBot thin-caller + downgrade-caller cleanup (…

Canonical CI cleanup: TagBot thin-caller + downgrade-caller cleanup (… #86

Workflow file for this run

name: IntegrationTest
on:
push:
branches: [main]
tags: [v*]
pull_request:
jobs:
downstream:
name: "Downstream"
strategy:
fail-fast: false
matrix:
package:
- { user: SciML, repo: SciMLSensitivity.jl, group: Core1 }
uses: "SciML/.github/.github/workflows/downstream.yml@v1"
with:
julia-version: "1"
owner: "${{ matrix.package.user }}"
repo: "${{ matrix.package.repo }}"
group: "${{ matrix.package.group }}"
secrets: "inherit"