From 06f42a26f72945be4bf1b70081273da3d8f84800 Mon Sep 17 00:00:00 2001 From: maxulysse Date: Thu, 10 Oct 2024 16:10:24 +0200 Subject: [PATCH] try fixing name --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b79a3e1..14fa1fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ concurrency: jobs: test: - name: Run pipeline with test data + name: "Run pipeline with test data ${{ matrix.NXF_VER }} | ${{ matrix.test }} | ${{ 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/bamtofastq') }}" runs-on: ubuntu-latest @@ -43,7 +43,7 @@ jobs: - "test_no_qc" - "test_collate_fast" isMaster: - - ${{ github.base_ref == 'master' }} + - ${{ github.ref == 'refs/heads/master' }} exclude: - isMaster: false profile: "conda"