Skip to content

Commit

Permalink
matrix strategy to not run easyreg when absent
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Aug 26, 2024
1 parent e1d4476 commit 8fa818c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,14 @@ jobs:
include:
- profile: docker
- runner: scilus-nf-scil-runners
- path: modules/nf-scil/registration/easyreg
profile: dummy-to-remove
- runner: scilus-nf-scil-bigmem-runners
path: modules/nf-scil/registration/easyreg
exclude:
- path: subworkflows/nf-scil/load_test_data
- path: modules/nf-scil/registration/easyreg
profile: dummy-to-remove
uses: ./.github/workflows/nf-test_module.yml
with:
profile: ${{ matrix.profile }}
Expand Down

0 comments on commit 8fa818c

Please sign in to comment.