Skip to content

Commit b74a32c

Browse files
committed
Update expected_commit_id to use github.sha in E2E tests
1 parent 5f97f5f commit b74a32c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-deploy-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
sub_environment: pr-${{github.event.pull_request.number}}
5151
service_under_test: all
5252
suite_to_run: ${{ matrix.required_test_suite }}
53-
expected_commit_id: ${{ github.event.pull_request.head.sha }}
53+
expected_commit_id: ${{ github.sha }}
5454
require_matching_commit_id: ${{ matrix.require_matching_commit_id }}
5555
secrets:
5656
APIGEE_PASSWORD: ${{ secrets.APIGEE_PASSWORD }}

0 commit comments

Comments
 (0)