diff --git a/.github/workflows/tests-dependabot.yml b/.github/workflows/tests-dependabot.yml index 16f35308a6..c1f7ddfc46 100644 --- a/.github/workflows/tests-dependabot.yml +++ b/.github/workflows/tests-dependabot.yml @@ -20,7 +20,9 @@ jobs: steps: - uses: actions/checkout@v2 - + with: + # Check out the pull request HEAD + ref: ${{ github.event.pull_request.head.sha }} # ASDF. Used the cached. - uses: asdf-vm/actions/setup@v1 - uses: actions/cache@v2 @@ -66,4 +68,4 @@ jobs: if: always() - name: Integration tests / Cypress run: npm run ci:integration:cypress - if: always() \ No newline at end of file + if: always()