Skip to content

Commit

Permalink
fix bad matrix exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Mar 11, 2024
1 parent 635893d commit cd99042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
module: ["${{ fromJson(needs.failing-modules.outputs.modules) }}"]
profile: [docker] # , "singularity"]
exclude:
- tags: nf-test
- tags: testdata/scilpy
- module: nf-test
- module: testdata/scilpy

uses: ./.github/workflows/test_module.yml
with:
Expand Down

0 comments on commit cd99042

Please sign in to comment.