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"