Skip to content

Merge pull request #122 from anroy1/synthbet #89

Merge pull request #122 from anroy1/synthbet

Merge pull request #122 from anroy1/synthbet #89

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