Skip to content

Commit cf7af88

Browse files
fix: GitHub run number conflict due to artifact name - WPB-23154 🍒 (#4229)
Co-authored-by: Manish Singh <31733022+findms@users.noreply.github.com>
1 parent 75b7dd5 commit cf7af88

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)