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

This reverts commit 7e0f14f95a.
This commit is contained in:
Antonin Delpeuch 2021-02-05 12:56:31 +01:00
parent a4ee5fdcab
commit 7b6285c761

View File

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