Skip to content

Commit

Permalink
ci: Clean up name
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Aug 23, 2024
1 parent 9d2aa18 commit ddc15f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
jobs:
nf-test:
runs-on: ${{ github.event.inputs.runners || 'self-hosted' }}
name: ${{ matrix.profile }}\|${{ matrix.filter }}\|Shard ${{ matrix.shard }}
name: ${{ matrix.profile }}|${{ matrix.filter }}|${{ matrix.shard }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit ddc15f6

Please sign in to comment.