We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c1e27 commit 09ae5abCopy full SHA for 09ae5ab
1 file changed
.github/workflows/pr_integration_tests.yml
@@ -20,7 +20,7 @@ jobs:
20
# pull_request_target runs the workflow in the context of the base repo
21
# as such actions/checkout needs to be explicit configured to retrieve
22
# code from the PR.
23
- ref: ${{ github.event.pull_request.merge_commit_sha }}
+ ref: pull/${{ github.event.pull_request.number }}/merge
24
submodules: recursive
25
- name: Set up Cloud SDK
26
uses: google-github-actions/setup-gcloud@master
@@ -38,4 +38,4 @@ jobs:
38
- name: Install python
39
run: make install-python
40
- name: Test python
41
- run: FEAST_TELEMETRY=False pytest --verbose --color=yes sdk/python/tests --integration
+ run: FEAST_TELEMETRY=False pytest --verbose --color=yes sdk/python/tests --integration
0 commit comments