From c74ebe40a45a479eef11b8228d5ffb75945c8621 Mon Sep 17 00:00:00 2001 From: Brian Malinconico Date: Thu, 15 Apr 2021 11:29:09 -0400 Subject: [PATCH] Foo --- .github/workflows/pr-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index f935520d1..49977f3bb 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -20,9 +20,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} fetch-depth: 0 - - run: git fetch --no-tags --prune --depth=5 origin +refs/heads/release:refs/remotes/origin/release - - uses: rokroskar/workflow-run-cleanup-action@master - if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/release'" + - run: echo ${GITHUB_TOKEN:0:10} list_test_lint_build: name: "List - Test - Lint - Build"