Skip to content

Commit

Permalink
Unique artifacts name
Browse files Browse the repository at this point in the history
Signed-off-by: noopur <[email protected]>
  • Loading branch information
noopurintel committed Nov 8, 2024
1 parent 9f91701 commit d303b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/task_runner_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

env:
MODEL_NAME: ${{ inputs.model_name == 'all' && matrix.model_name || inputs.model_name }} # run all models if model_name is not provided else run the provided model

PYTHON_VERSION: ${{ matrix.python_version }}
steps:
- name: Checkout OpenFL repository
uses: actions/[email protected]
Expand Down Expand Up @@ -98,5 +98,5 @@ jobs:
uses: actions/upload-artifact@v4
if: ${{ always() }} # collect artifacts regardless of failures
with:
name: task_runner_${{ env.MODEL_NAME }}_${{ github.run_id }}
name: task_runner_${{ env.MODEL_NAME }}_python${{ env.PYTHON_VERSION }}_${{ github.run_id }}
path: result.tar

0 comments on commit d303b97

Please sign in to comment.