From 5b0894d04907e454deff087d64ab7a54fd43e7c7 Mon Sep 17 00:00:00 2001 From: Martin Raszyk Date: Thu, 23 Nov 2023 19:46:16 +0100 Subject: [PATCH] chore: always run PR cleanup job --- .github/workflows/pr-cleanup.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pr-cleanup.yml b/.github/workflows/pr-cleanup.yml index aeab1ea69..4cd7a81e0 100644 --- a/.github/workflows/pr-cleanup.yml +++ b/.github/workflows/pr-cleanup.yml @@ -8,9 +8,6 @@ jobs: # do not run in forks if: github.event.pull_request.head.repo.full_name == github.repository runs-on: ubuntu-latest - concurrency: - group: ${{ github.ref }} - cancel-in-progress: true steps: - uses: actions/checkout@v3