Skip to content

Commit

Permalink
Added options to submit the pipelines to the farm from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
muffato committed Aug 4, 2023
1 parent a94039d commit 322ca6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sangerfulltest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: nf-core Sanger LSF full size tests
name: sanger-tol LSF full size tests

on:
push:
Expand Down Expand Up @@ -34,4 +34,4 @@ jobs:
{
"outdir": "${{ secrets.TOWER_WORKDIR_PARENT }}/results/${{ github.repository }}/results-${{ env.REVISION }}",
}
profiles: test_full,sanger,singularity
profiles: test_full,sanger,singularity,cleanup
4 changes: 2 additions & 2 deletions .github/workflows/sangertest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: nf-core Sanger LSF tests
name: sanger-tol LSF tests

on:
workflow_dispatch:
Expand All @@ -20,4 +20,4 @@ jobs:
{
"outdir": "${{ secrets.TOWER_WORKDIR_PARENT }}/results/${{ github.repository }}/results-${{ github.sha }}",
}
profiles: test,sanger,singularity
profiles: test,sanger,singularity,cleanup

0 comments on commit 322ca6c

Please sign in to comment.