From 29d3956f4683174e60566127332423a53f087e20 Mon Sep 17 00:00:00 2001 From: Cristovao Cordeiro Date: Wed, 24 Jul 2024 14:02:39 +0200 Subject: [PATCH] ci(spread): fix checkout ref --- .github/workflows/spread.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/spread.yaml b/.github/workflows/spread.yaml index 135796447..ecb57ecb1 100644 --- a/.github/workflows/spread.yaml +++ b/.github/workflows/spread.yaml @@ -10,9 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - ref: ${{ github.head_ref }} - repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Check changed paths id: changed-slices