Skip to content

[Subworkflow][WIP] Tractoflow #590

[Subworkflow][WIP] Tractoflow

[Subworkflow][WIP] Tractoflow #590

Workflow file for this run

name: nf-scil PR checks
on:
pull_request:
branches:
- main
merge_group:
types:
- checks_requested
branches:
-main
# Cancel if a newer run is started
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
checks:
if: github.repository == 'scilus/nf-scil'
uses: ./.github/workflows/checks.yml
secrets: inherit