We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e377ebd + 9cdc17c commit 1a55d77Copy full SHA for 1a55d77
.github/workflows/e2e-tests.yml
@@ -14,5 +14,5 @@ jobs:
14
if: ${{ failure() }}
15
uses: actions/upload-artifact@v2
16
with:
17
- name: e2e-test-output-${{ github.sha }}-${{ github.run_id }}
+ name: e2e-test-output-${{(github.event.pull_request.head.sha||github.sha)}}-${{ github.run_id }}
18
path: ${{ github.workspace }}/bin/artifacts/*
0 commit comments