Skip to content

Commit 27679de

Browse files
committed
Use head sha
1 parent 6108dda commit 27679de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
needs: build
4242
uses: restatedev/e2e/.github/workflows/e2e.yaml@e2e-workflow-call
4343
with:
44-
sdkTypescriptCommit: ${{ github.sha }}
44+
sdkTypescriptCommit: ${{ github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)