Skip to content

Commit f984f3d

Browse files
authored
fix: GitHub run number conflict due to artifact name - WPB-23154 (#4228)
1 parent 68132d8 commit f984f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_reusable_run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
if: always()
215215
uses: ./.github/actions/allure-reporting
216216
with:
217-
allure_artifact_name: "html-report-${{ github.run_number }}"
217+
allure_artifact_name: "html-report-${{ github.run_number }}-${{ env.SANITIZED_BRANCH }}"
218218
xcresult_search_path: "artifacts"
219219

220220
- name: Add Allure Report to Job Summary

0 commit comments

Comments
 (0)