Skip to content

Merge pull request #193 from AlexVCaron/fix/big-runner-easyreg #112

Merge pull request #193 from AlexVCaron/fix/big-runner-easyreg

Merge pull request #193 from AlexVCaron/fix/big-runner-easyreg #112

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