From e8d1514ff00a1cc6d244f410a5604ac904b2c21e Mon Sep 17 00:00:00 2001 From: Luisa Santus Date: Mon, 17 Feb 2025 14:37:40 +0000 Subject: [PATCH] update ci-yml --- .github/workflows/ci.yml | 6 +++--- .github/workflows/download_pipeline.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cce7b890..0091bde4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: @@ -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: diff --git a/.github/workflows/download_pipeline.yml b/.github/workflows/download_pipeline.yml index ab06316e..77dce0a9 100644 --- a/.github/workflows/download_pipeline.yml +++ b/.github/workflows/download_pipeline.yml @@ -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