Skip to content

Commit

Permalink
try fixing name
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Oct 10, 2024
1 parent 33f7016 commit 06f42a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 06f42a2

Please sign in to comment.