diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index e25283d..0e3fb63 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -59,6 +59,11 @@ jobs: body: 'Thank you for the PR! The test workflow ( GO:${{ matrix.go }} DB:${{ matrix.db }} is running, the results of the run will be commented later.' }); + - name: Checkout code + uses: actions/checkout@v4 + with: + ref: ${{ env.HEAD }} + - name: Setup ${{ matrix.db }} uses: ./.github/actions/setup-db with: