diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 8b1f5a2..8c05e89 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -21,8 +21,8 @@ jobs: steps: - uses: actions/checkout@v4 with: - depth: 2 token: ${{ secrets.GITHUB_TOKEN }} + ref: ${{ github.head_ref }} # Checkout the actual branch, not the result if merged into the base - uses: ruby/setup-ruby@v1.207.0 - run: bundle install - &postgres_wait