We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f97f5f commit b74a32cCopy full SHA for b74a32c
1 file changed
.github/workflows/pr-deploy-and-test.yml
@@ -50,7 +50,7 @@ jobs:
50
sub_environment: pr-${{github.event.pull_request.number}}
51
service_under_test: all
52
suite_to_run: ${{ matrix.required_test_suite }}
53
- expected_commit_id: ${{ github.event.pull_request.head.sha }}
+ expected_commit_id: ${{ github.sha }}
54
require_matching_commit_id: ${{ matrix.require_matching_commit_id }}
55
secrets:
56
APIGEE_PASSWORD: ${{ secrets.APIGEE_PASSWORD }}
0 commit comments