Skip to content

Commit

Permalink
update ci-yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luisas committed Feb 17, 2025
1 parent 0304375 commit e8d1514
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: "Run pipeline with test data (${{ matrix.NXF_VER }} | ${{ matrix.test_name }} | ${{ matrix.profile }})"
# Only run on push if this is the nf-core dev branch (merged PRs)
if: "${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/multiplesequencealign') }}"
runs-on: gpu
runs-on: ubuntu-latest
strategy:
matrix:
NXF_VER:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
name: "Run pipeline with test data (${{ matrix.NXF_VER }} | ${{ matrix.test_name }} | ${{ matrix.profile }})"
# Only run on push if this is the nf-core dev branch (merged PRs)
if: "${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/multiplesequencealign') }}"
runs-on: gpu
runs-on: ubuntu-latest
strategy:
matrix:
NXF_VER:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
name: Stub run
# Only run on push if this is the nf-core dev branch (merged PRs)
if: "${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/multiplesequencealign') }}"
runs-on: gpu
runs-on: ubuntu-latest
strategy:
matrix:
NXF_VER:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/download_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "REPO_BRANCH=${{ github.event.inputs.testbranch || 'dev' }}" >> "$GITHUB_OUTPUT"
download:
runs-on: ubuntu-latest
runs-on: gpu
needs: configure
steps:
- name: Install Nextflow
Expand Down

0 comments on commit e8d1514

Please sign in to comment.