Skip to content

Commit

Permalink
Name uploaded artifacts based on run id and attempt (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH authored Feb 21, 2025
1 parent 7737d6d commit 3936aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_reference_results_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:
if: failure()
uses: actions/upload-artifact@v4
with:
name: runs
name: system_tests_run_${{ github.run_id }}_${{ github.run_attempt }}_reference
path: |
runs/*
2 changes: 1 addition & 1 deletion .github/workflows/run_testsuite_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
if: ${{ failure() || inputs.upload_artifacts == 'TRUE' }}
uses: actions/upload-artifact@v4
with:
name: runs
name: system_tests_run_${{ github.run_id }}_${{ github.run_attempt }}
path: |
runs/*
- name: tidy up the docker
Expand Down

0 comments on commit 3936aa6

Please sign in to comment.