Skip to content

Commit

Permalink
skipping singularity on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kbestak committed Mar 3, 2025
1 parent 73b50a2 commit 419dfbb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ jobs:
- "singularity"
test_name:
- "test"

isMaster:
- ${{ github.base_ref == 'master' }}
# Exclude conda overall and singularity on dev
exclude:
- profile: "conda"
- isMaster: false
profile: "singularity"
steps:
- name: Check out pipeline code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand Down Expand Up @@ -64,8 +70,3 @@ jobs:
if: matrix.profile != 'conda'
run: |
nextflow run ${GITHUB_WORKSPACE} -profile ${{ matrix.test_name }},${{ matrix.profile }} --outdir ./results
- name: "Skip conda test"
if: matrix.profile == 'conda'
run: |
echo "Skipping conda test"

0 comments on commit 419dfbb

Please sign in to comment.