Skip to content

Merge pull request #62 from ThoumyreStanislas/t1_betcrop #3

Merge pull request #62 from ThoumyreStanislas/t1_betcrop

Merge pull request #62 from ThoumyreStanislas/t1_betcrop #3

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