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