Skip to content

Nextflow config tests #97

Nextflow config tests

Nextflow config tests #97

---
name: Nextflow config tests
on:
workflow_run:
workflows: [Trigger Tests]
types:
- completed
permissions:
actions: read
contents: write
packages: read
pull-requests: write
statuses: write
jobs:
tests:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: uclahs-cds/tool-Nextflow-action/.github/workflows/nextflow-tests.yml@main
secrets: inherit