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.
1 parent 6108dda commit baa5274Copy full SHA for baa5274
.github/workflows/test.yml
@@ -41,4 +41,4 @@ jobs:
41
needs: build
42
uses: restatedev/e2e/.github/workflows/e2e.yaml@e2e-workflow-call
43
with:
44
- sdkTypescriptCommit: ${{ github.sha }}
+ sdkTypescriptCommit: ${{ github.event.pull_request.head.sha || github.sha }}
0 commit comments