Attempt to run the CI on the test merge instead of the branch for each PR (#3585)

Closes #3571
This commit is contained in:
Antonin Delpeuch 2021-02-05 12:28:06 +01:00 committed by GitHub
parent 193d3c888c
commit 7e0f14f95a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
with:
ref: ${{ github.event.pull_request.head.ref }}
ref: refs/pr/${{ github.event.number }}/merge
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Restore dependency cache