Skip to content

Merge pull request #163 from scilus/feat/nf_core_remote #90

Merge pull request #163 from scilus/feat/nf_core_remote

Merge pull request #163 from scilus/feat/nf_core_remote #90

Workflow file for this run

name: nf-scil merge checks
on:
push:
branches:
- main
# Cancel if a newer run is started
concurrency:
group: ${{ github.workflow }}-main
cancel-in-progress: true
jobs:
checks:
if: github.repository == 'scilus/nf-scil'
uses: ./.github/workflows/checks.yml
secrets: inherit