Skip to content

Commit 1a55d77

Browse files
Merge pull request #1643 from Bowenislandsong/feat/e2e-artifacts
fix: Use PR head commit in artifact naming instead of merge commit
2 parents e377ebd + 9cdc17c commit 1a55d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
if: ${{ failure() }}
1515
uses: actions/upload-artifact@v2
1616
with:
17-
name: e2e-test-output-${{ github.sha }}-${{ github.run_id }}
17+
name: e2e-test-output-${{(github.event.pull_request.head.sha||github.sha)}}-${{ github.run_id }}
1818
path: ${{ github.workspace }}/bin/artifacts/*

0 commit comments

Comments
 (0)