From b5810098cf7014ea03d6f6ad77f7088b0af5615c Mon Sep 17 00:00:00 2001 From: Fred Date: Mon, 24 Jun 2024 14:45:41 -0300 Subject: [PATCH] fix: fix CI checkout step --- .github/workflows/pull_request.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 1c37fd66..590ca9e4 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -103,8 +103,6 @@ jobs: - name: Checkout timefold-solver-benchmarks uses: actions/checkout@v4 with: - repository: TimefoldAI/timefold-solver-benchmarks - ref: ${{ github.head_ref }} path: ./timefold-solver-benchmarks - name: Build and test timefold-solver-benchmarks working-directory: ./timefold-solver-benchmarks