Skip to content

Commit

Permalink
Make artifacts name unique
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Feb 9, 2024
1 parent 439b6bc commit 07abcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
env:
NXF_VER: ${{ matrix.nextflow_version }}
with:
name: artifacts-nextflow-${{ matrix.nextflow_version }}-${{ env.RUN_UNIQUE_ID }}
name: artifacts-BCCDC-PHL-tbprofiler-nf-nextflow-v${{ matrix.nextflow_version }}-${{ github.run_id }}.${{ env.GITHUB_RUN_ATTEMPT }}
path: artifacts

0 comments on commit 07abcb0

Please sign in to comment.